Q.

Int Main()
{
Int _ = 10;
Int __ = 20;
Int ___ = _ + __;
Printf("__%D",___);
Return 0;
}

A. Compilation Error
B. Runtime Error
C. __0
D. __30
Answer» D. __30
1.9k
0
Do you find this helpful?
5

Discussion

No comments yet