main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
Answer Posted / jignesh patel
5 5
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
Write a program to swap two numbers without using third variable?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is realloc in c?
Can the size of an array be declared at runtime?
Explain the difference between the local variable and global variable in c?
Why dont c comments nest?
How important is structure in life?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is the use of clrscr?
Can 'this' pointer by used in the constructor?
Do pointers take up memory?
What does double pointer mean in c?
Why is struct padding needed?
What is the maximum length of an identifier?