Computer Science, asked by indiraramadevadig260, 10 months ago

What will be printed when the following c code is executed?
#include
int main()
{
if('A'<'a')
printf("NPTEL");
else
printf("PROGRAMMING ");
return 0;
}
a)NPTEL
b)PROGRAMMING
c)no output
d)compilation error as A and a are not declared as character variable

Answers

Answered by sahap2156
3

Answer:

according to me i think that no output .....

hope its help

Similar questions