Vidyalelo
C Programming · Q134

Function

Programming · C Programming · question 134

Q134

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
Answer
D.
Depends on compiler

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board