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 are the types of unary operators?
Where register variables are stored in c?
How can you determine the maximum value that a numeric variable can hold?
What is hashing in c?
Implement bit Array in C.
How can type-insensitive macros be created?
How can I remove the leading spaces from a string?
What is meant by high-order and low-order bytes?
what is the different bitween abap and abap-hr?
What are the features of c languages?
Is it possible to execute code even after the program exits the main() function?
how is the examination pattern?
Why does not c have an exponentiation operator?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Why dont c comments nest?