Vidyalelo
C Programming · Q144

Function

Programming · C Programming · question 144

Q144

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

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

Answer: Option A

Solution

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