main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
Answer Posted / a. k
20 1 5
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the differences between new and malloc in C?
What are 3 types of structures?
swap 2 numbers without using third variable?
Explain how do you declare an array that will hold more than 64kb of data?
How can I run c program?
Explain what is the purpose of "extern" keyword in a function declaration?
How does selection sort work in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What are pointers? What are stacks and queues?
What is a void pointer? When is a void pointer used?
What is self-referential structure in c programming?
What is difference between Structure and Unions?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Explain what is the difference between null and nul?
What is echo in c programming?