main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
Answer Posted / abhishek rai
5201
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How do you print only part of a string?
Why is python slower than c?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Can the “if” function be used in comparing strings?
hi, which software companys will take,if d candidate's % is jst 55%?
How does normalization of huge pointer works?
How old is c programming language?
Which type of language is c?
What are the types of macro formats?
Tell me can the size of an array be declared at runtime?
What is %lu in c?
What does & mean in scanf?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is dangling pointer in c?