What is the output of the following C program?
#include<stdio.h>
int main ()
{
int a = 5;
a = a <<a >> a -
printf ("%d", a);
return 0;
1;
}
Answers
Answered by
0
Answer:
sorry I don't know this answer
Similar questions