1.

What will be the output of the following C code?#include <stdio.h> int main() { int num; scanf("%d", num); printf("%d n", num); return 0; }

A. Whatever user types
B. Compilation Error
C. Depends on the standard
D. Undefined behavior
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs