1.

What will be the output of the following?#includeint main(){int a = 5;scanf("%d",a);return 0;}

A. A
B. 0
C. Abnormal termination of program
D. 5
Answer» D. 5


Discussion

No Comment Found