What will be the value of C
A=50
B=20
C= A > 10 and B < 30
print(C)
(a) True (b) False (c) None (d) false
Answers
Answered by
1
ANSWER=TRUE
Step by step explanation-
int main ( )
int a, b, c;
a=1p;
b=20;
c=a++ + ---b;
"the output of (a++ +- - b)is o÷0/n",c);
Similar questions