Q.

What is the output of the following code?
Int main(void)
{
char name = 'P';
'P' = 10;
return 0;
}

A. name will contain value 10
B. p will contain 10
C. syntax error
D. none of these
Answer» C. syntax error
3.2k
0
Do you find this helpful?
21

Discussion

No comments yet

Related MCQs