Report Bug
Qus :

What is the output of the following code?

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

Qus

A. 5
B. 2
C. 0.5
D. 15


Solution
B. 2






Report Bug