main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}

what is the output?

Answer Posted / padmarao

5 20 1

Is This Answer Correct ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between variable declaration and variable definition in c?

536


Is swift based on c?

607


What is table lookup in c?

598


What is a protocol in c?

531


What is spaghetti programming?

643






What are multidimensional arrays?

633


What are loops c?

590


what is recursion in C

587


In C language what is a 'dangling pointer'?

618


What are structures and unions? State differencves between them.

588


Write program to remove duplicate in an array?

578


Explain what are global variables and explain how do you declare them?

612


Explain how can you be sure that a program follows the ansi c standard?

830


What is class and object in c?

568


How do you override a defined macro?

663