Computer Science, asked by jashuabca03, 8 months ago

What will be the output?
#include <stdio.h>
int main()
int a = 1, b = 2, c = 3;
if (c>b>a)
printf("true");
else
printf("false");
return 0;
MAN
a) true
b) false
c) Syntax Error
d) Compilation Error​

Answers

Answered by diksha04
2

Answer:

false is correct options

Answered by debismita
1

Answer:

option b)false okkkkk

Similar questions