What will be the output of the
following C code?
#include <stdio.h>
void main
{
int x = 1, y=0, z=5;
int a=x && y || 2H+
printf("%d", z);
}
OO
O 6
O 5
O 2
Answers
Answered by
0
Explanation:
at will be the output of the
following C code?
#include <stdio.h>
void main
{
int x = 1, y=0, z=5;
int a=x && y || 2H+
printf("%d", z);
}
OO
O 6
O 5
O 2
Similar questions