main()
{
int a=5;
printf(?%d,%d,%d\n?,a,a< <2,a>>2);
}
Answer: 5,20,1 please explain this code in detail
Answer Posted / ganeshuit
hey please tell me why there is ? sign in printf().and what
is use of it?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain c preprocessor?
What is the use of #include in c?
Define recursion in c.
Explain how many levels deep can include files be nested?
What is meant by inheritance?
Explain how can you avoid including a header more than once?
What is logical error?
How old is c programming language?
When should a type cast not be used?
How do you initialize pointer variables?
How are 16- and 32-bit numbers stored?
Which is the best website to learn c programming?
Why clrscr is used in c?
What is the value of c?
Explain how do you determine whether to use a stream function or a low-level function?