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 is #line?
Dont ansi function prototypes render lint obsolete?
Is c pass by value or reference?
Why isnt there a numbered, multi-level break statement to break out
How do you construct an increment statement or decrement statement in C?
is it possible to create your own header files?
What is the advantage of using #define to declare a constant?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What extern c means?
What is omp_num_threads?
Explain the use of 'auto' keyword
What is scope rule in c?
What is meant by operator precedence?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is the stack in c?