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

what is the output?

Answer Posted / rahul

5
20
0

Is This Answer Correct ?    1 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I recover the file name given an open stream or file descriptor?

582


Why we use conio h in c?

574


How do you convert strings to numbers in C?

695


What is the use of a static variable in c?

578


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

624






formula to convert 2500mmh2o into m3/hr

485


How important is structure in life?

576


How many header files are in c?

537


What is actual argument?

579


Explain how can I open a file so that other programs can update it at the same time?

579


What is hungarian notation? Is it worthwhile?

681


What is the use of extern in c?

633


What are high level languages like C and FORTRAN also known as?

665


What is an lvalue?

620


Write a program to print factorial of given number using recursion?

588