What is the output of following program ?
int
main()
{
int x = 5;
printf("%d %d %d\n", x, x << 2, x >> 2);
}
Answer Posted / qint
5 20 1
| Is This Answer Correct ? | 72 Yes | 6 No |
Post New Answer View All Answers
Where static variables are stored in c?
What is the collection of communication lines and routers called?
What are the 5 organizational structures?
Why do we use pointer to pointer in c?
What is the difference between the local variable and global variable in c?
What is indirection?
How can I find out how much free space is available on disk?
Describe wild pointers in c?
What is difference between constant pointer and constant variable?
What is the purpose of clrscr () printf () and getch ()?
How many identifiers are there in c?
Which node is more powerful and can handle local information processing or graphics processing?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Why array is used in c?
Why do we use c for the speed of light?