main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
what is the output?
Answer Posted / mannucse
5
20
5
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
hi any body pls give me company name interview conduct "c" language only
What is substring in c?
What is the difference between array and pointer in c?
what is the role you expect in software industry?
How important is structure in life?
how to build a exercise findig min number of e heap with list imlemented?
What is static and auto variables in c?
What is the use of header?
Which driver is a pure java driver
List some of the dynamic data structures in C?
What math functions are available for integers? For floating point?
What do you mean by keywords in c?
what are the different storage classes in c?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?