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
How do you construct an increment statement or decrement statement in C?
how to introdu5ce my self in serco
What is a void pointer in c?
Can we change the value of #define in c?
What are the different types of endless loops?
What are the usage of pointer in c?
What is null in c?
What is difference between function overloading and operator overloading?
When should the const modifier be used?
What is malloc() function?
Is main an identifier in c?
Why & is used in c?
What does c mean?
What are identifiers in c?
Why is c platform dependent?