main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
what is the output?
Answer Posted / vishwateja
5,20,1
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Is a house a mass structure?
Why clrscr is used in c?
Is c++ based on c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is structure data type in c?
What is time null in c?
What is the use of parallelize in spark?
What is I ++ in c programming?
What is property type c?
What is a union?
Explain the Difference between the New and Malloc keyword.
Why is c called c not d or e?
Can we change the value of #define in c?
What are variables c?
How can I sort more data than will fit in memory?