Q.

Int Main()
{
Int X = 10;
{
Int X = 0;
Printf("%D",X);
}
Return 0;
}

A. 10
B. Compilation Error
C. '0'
D. Undefined
Answer» C. '0'
905
0
Do you find this helpful?
7

Discussion

No comments yet