A
Q. What will be the output of the following program ?
Code:
#include
void main()
{
int a = 36, b = 9;
printf(“%d”,a>>a/b-2);
}
void main()
{
int a = 36, b = 9;
printf(“%d”,a>>a/b-2);
}
- Correct Answer - Option(C)
- Views: 5
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.