1.

What is the output of this C code?#include <stdio.h>int main(){ printf("My Name is - %d n", myName); return 0;}

A. My Name is - myName;
B. My Name is - followed by a junk value
C. Compile time error
D. My Name is -
Answer» D. My Name is -


Discussion

No Comment Found

Related MCQs