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
Is null a keyword in c?
How to establish connection with oracle database software from c language?
What is pointers in c?
When should the volatile modifier be used?
Why c is called free form language?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How can I split up a string into whitespace-separated fields?
Why & is used in scanf in c?
List some of the dynamic data structures in C?
Explain the advantages and disadvantages of macros.
What is spaghetti programming?
What is the difference between constant pointer and constant variable?
What is infinite loop?
Write a C program to count the number of email on text
What Is The Difference Between Null And Void Pointer?