Vidyalelo
C Programming · Q199

Function

Programming · C Programming · question 199

Q199

What will be the output of the following C code? #include #include "printf" void main() printf("hello");

A.
hello
B.
Error
Answer
C.
Depends on compiler
D.
Varies

Answer: Option B

Solution

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