main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
Answer Posted / abhishek rai
5201
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is a macro in c preprocessor?
What are called c variables?
State two uses of pointers in C?
write a program to find the given number is prime or not
What will be your course of action for a push operation?
Explain what is a static function?
What is indirection in c?
How is actual parameter different from the formal parameter?
Differentiate between the expression “++a” and “a++”?
Why doesn't C support function overloading?
In C programming, what command or code can be used to determine if a number of odd or even?
What is pass by reference in c?
What are derived data types in c?
What is the use of function in c?
What is the default value of local and global variables in c?