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

what is the output?

Answer Posted / hemanth

5
10
2

Is This Answer Correct ?    0 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an expression?

668


What are pointers? What are different types of pointers?

636


What is the general form of function in c?

622


Is fortran still used today?

618


List the difference between a 'copy constructor' and a 'assignment operator' in C?

649






How are portions of a program disabled in demo versions?

765


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

928


What is time null in c?

591


What is 1f in c?

1855


What does 3 mean in texting?

625


What is C language ?

1539


What is strcpy() function?

664


Why c is called free form language?

581


What is c language and why we use it?

630


Why is void main used?

628