Computer Science, asked by rashmi95273, 5 months ago

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 priyanrenjin
1

Answer:

hi dear plzz brainliest me then i will follow you

Answered by rahulshaw444
0

Answer:

0

Explanation:

since the condition is false

Similar questions