main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answer Posted / vinod
8
| Is This Answer Correct ? | 8 Yes | 33 No |
Post New Answer View All Answers
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is the purpose of sprintf?
Explain 'far' and 'near' pointers in c.
what are bit fields? What is the use of bit fields in a structure declaration?
what value is returned to operating system after program execution?
Can stdout be forced to print somewhere other than the screen?
How do we make a global variable accessible across files? Explain the extern keyword?
What is the importance of c in your views?
What is the difference between class and object in c?
Explain how can you be sure that a program follows the ansi c standard?
What is volatile variable in c with example?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
The difference between printf and fprintf is ?
What is pointers in c?
What do you understand by normalization of pointers?