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

what is the output?

Answer Posted / mannucse

5
20
5

Is This Answer Correct ?    1 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the best style for code layout in c?

639


What are the c keywords?

759


Define and explain about ! Operator?

621


What are the 4 types of unions?

621


What’s a signal? Explain what do I use signals for?

620






program for reversing a selected line word by word when multiple lines are given without using strrev

1953


Explain how are portions of a program disabled in demo versions?

665


What is a static variable in c?

677


Write a c program to demonstrate character and string constants?

1693


Can we compile a program without main() function?

639


What is a constant and types of constants in c?

608


What is modifier & how many types of modifiers available in c?

618


praagnovation

1789


Explain how can I convert a number to a string?

655


What would be an example of a structure analogous to structure c?

589