Examveda

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

A. hello

B. Nothing

C. Compile time error

D. Depends on compiler

Answer: Option C


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function