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
2
Answer:
false is correct options
Answered by
1
Answer:
option b)false okkkkk
Similar questions
Science,
6 months ago
English,
6 months ago
Math,
6 months ago
English,
1 year ago
Social Sciences,
1 year ago