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

Answer Posted / jignesh patel

5 5

Is This Answer Correct ?    1 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where is volatile variable stored?

644


What is difference between Structure and Unions?

636


Explain what are header files and explain what are its uses in c programming?

626


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

588


Explain how can you restore a redirected standard stream?

590






Is it valid to address one element beyond the end of an array?

673


given post order,in order construct the corresponding binary tree

2321


if p is a string contained in a string?

1404


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

935


What are valid signatures for the Main function?

701


What is a built-in function in C?

791


What is c value paradox explain?

574


Can we assign integer value to char in c?

613


How will you divide two numbers in a MACRO?

708


What is the time and space complexities of merge sort and when is it preferred over quick sort?

676