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

what is the output?

Answer Posted / nagi

5
20
1.25

Is This Answer Correct ?    2 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

657


How can I change their mode to binary?

704


How can type-insensitive macros be created?

710


What does sizeof return c?

612


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5814






What is volatile variable in c with example?

590


What is a program?

669


What is typeof in c?

613


Explain that why C is procedural?

662


Dont ansi function prototypes render lint obsolete?

614


What is scanf_s in c?

640


What are the different types of endless loops?

628


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1527


Explain the use of #pragma exit?

707


cavium networks written test pattern ..

3600