Q.

Int Main()
{
Int A = 5;
Int B = 10;
Int C = A+B;
Printf("%I",C);

A. 0
B. 15
C. Undefined I
D. Any Other Compiler Error
Answer» B. 15
1.3k
0
Do you find this helpful?
7

Discussion

No comments yet