Computer Science, asked by AseelObeida9656, 10 months ago

Let the value of "x" is 12, then what is the output of the code: x%2 ? printf("Even") : printf("ODD");

Answers

Answered by rishavsharma21pd1prg
0

Answer:

Even

Explanation:

Similar questions