Q.

#include "stdio.h"
int main()
{
int a@ = 10;
printf("%d", a@);
return 0;
}

A. 10
B. 10@
C. @
D. [Error] stray '@' in program
Answer» D. [Error] stray '@' in program
1.3k
0
Do you find this helpful?
7

Discussion

No comments yet