What will be the output?
#include<stdio.h>
int main()
{
int x;
x= 9<5+3 && 7;
printf("%d", x);
return 0;
}
Answers
Answered by
1
Answer:
hi dear plzz brainliest me then i will follow you
Answered by
0
Answer:
0
Explanation:
since the condition is false
Similar questions