Sail E0 Webinar
Question


What will be the output of the program?


#include<stdio.h>
int main()
{
printf("%d >> %d %d >> %d:\n", 4 >> 1, 8 >> 1);
return 0;
}
Options:
A .  4 1 8 1
B .  4 >> 1 8 >> 1
C .  2 >> 4 Garbage value >> Garbage value
D .  2 4
Answer: Option C



Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers