Computer Science, asked by rushabhshinde30, 4 months ago

7. what will be the output of the
following code?
int a = 100;
if( a < 20 ) {
printf("a is less than 20\n");
}
else {
printf("a is not less than 20\n");
}
(1 Point)
1) a is not less than 20
2)
a is less than 20​

Answers

Answered by sahilmaskar25
0

Answer:

Don't know

Explanation:

I don't have any explanation

Similar questions