Programming Languages
C
Objective
Jan 03, 2013
#include
void main()
{
int a = 36, b = 9;
printf("%d",a>>a/b-2);
}
Whta is the output of the program.
Detailed Explanation
The output will be 9. So the answer is b.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts