Report Bug
Qus :

What is the output of the following code?

int a = 5;
printf("%d", a == 5);

Qus

A. 0
B. 1
C. 5
D. Undefined


Solution
B. 1






Report Bug