main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
what is the output?
Answer Posted / dgsfg
5
20
1
kuchh log pagal hain
%d aur int datatype main float value print karate hain(1.25)
hehehehe........
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What is wrong with this program statement? void = 10;
How many levels of pointers can you have?
What is the size of array float a(10)?
given post order,in order construct the corresponding binary tree
Explain 'bus error'?
What is realloc in c?
What are the features of c languages?
What is the difference between functions getch() and getche()?
What is the difference between exit() and _exit() function?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Write a program to find factorial of a number using recursive function.
What is meant by gets in c?
What does double pointer mean in c?
What is break statement?
Explain the difference between structs and unions in c?