Computer Science, asked by prateekjain7067, 1 month ago

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 katty81
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