main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
what is the output?
Post New Answer View All Answers
What does %p mean c?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
what is a constant pointer in C
What is external variable in c?
What is the argument of a function in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
how to make a scientific calculater ?
What are the types of macro formats?
Can you write a programmer for FACTORIAL using recursion?
How can I change the size of the dynamically allocated array?
Where static variables are stored in memory in c?
What is getch () for?
What is a good data structure to use for storing lines of text?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is the difference between printf and scanf in c?