main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
what is the output?
Answer Posted / hemanth
5
10
2
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
cavium networks written test pattern ..
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is this pointer in c plus plus?
Explain b+ tree?
What are the types of pointers?
how many key words availabel in c a) 28 b) 31 c) 32
Can math operations be performed on a void pointer?
What does 3 mean in texting?
Why isnt any of this standardized in c?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is unsigned int in c?
What is #define size in c?
Can a variable be both const and volatile?
What does a function declared as pascal do differently?
What is typedef struct in c?