main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
what is the output?
Answer Posted / mannucse
5
20
5
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
What is the -> in c?
What are examples of structures?
Is c is a low level language?
What are operators in c?
What is character set?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Why c is a procedural language?
What is s in c?
Do you know the difference between malloc() and calloc() function?
Where static variables are stored in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Is c language still used?
Can a variable be both static and volatile in c?