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

how to construct a simulator keeping the logical boolean gates in c

1730


What is pointer to pointer in c language?

595


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1918


What is c++ used for today?

669


how to introdu5ce my self in serco

1523






Explain how do you view the path?

657


How many levels of indirection in pointers can you have in a single declaration?

595


How can I write a function analogous to scanf?

660


What is wrong with this initialization?

593


What is && in c programming?

683


Can a file other than a .h file be included with #include?

686


What are data types in c language?

586


What does a pointer variable always consist of?

665


What are unions in c?

582


How can I manipulate strings of multibyte characters?

639