main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
what is the output?
Answers were Sorted based on User's Feedback
Answer / 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 |
Can stdout be forced to print somewhere other than the screen?
What is the use of structure padding in c?
can a union be self-referenced?
What is ## preprocessor operator in c?
What does s c mean on snapchat?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
code for find determinent of amatrix
Explain how can you determine the size of an allocated portion of memory?
How will you delete a node in DLL?
What is the sizeof () operator?
What is the meaning of 2d in c?
what is the difference between const volatile int i & volatile const int j;