1.

What will be the output of the following C code?
#include <stdio.h>
void main()
{
#define min 56;
printf("%d", min);
}

A. Depends on compiler
B. 56
C. Runtime Error
D. Nothing
E. Compilation Error
Answer» F.


Discussion

No Comment Found

Related MCQs