1.

What will be the output of the following C code snippet?
#include (stdio.h)
void main()
{
printf("Welcome");
}

A. Depends on compiler
B. Compilation Error
C. Welcome
D. Nothing
E. None of these
Answer» C. Welcome


Discussion

No Comment Found

Related MCQs