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

Answer Posted / a. k

20 1 5

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain bitwise shift operators?

627


explain what are actual arguments?

630


Explain what is a 'locale'?

580


What is bubble sort technique in c?

583


Differentiate between functions getch() and getche().

616






What is p in text message?

535


What is unary operator?

655


What is the meaning of typedef struct in c?

584


Can you tell me how to check whether a linked list is circular?

759


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1445


What are the functions to open and close file in c language?

723


Why is #define used?

786


Which one would you prefer - a macro or a function?

598


What is dynamic dispatch in c++?

552


Is fortran still used in 2018?

586