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
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
#include
How is actual parameter different from the formal parameter?
What is a function simple definition?
in linking some of os executables are linking name some of them
What are the application of c?
Is c language still used?
What is the newline escape sequence?
When should a far pointer be used?
Explain output of printf("Hello World"-'A'+'B'); ?
What is #line in c?
Is c compiled or interpreted?
How do you initialize pointer variables?
What are 'near' and 'far' pointers?
What is define directive?