Computer Science, asked by ramaprasadh143, 5 hours ago

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 simran9112
0

Answer:

sorry I don't know this answer

Similar questions