Q.

What Should Be The Output:
Int Main()
{
Int A = 10/3;
Printf("%D",A);
Return 0;
}

A. 3.33
B. 3.0
C. 3
D. Option.
Answer» C. 3
2.7k
0
Do you find this helpful?
9

Discussion

No comments yet