Vidyalelo
C Programming · Q178

Function

Programming · C Programming · question 178

Q178

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

A.
hi
B.
Compile time error
Answer
C.
Nothing
D.
Varies

Answer: Option B

Solution

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