Vidyalelo
C Programming · Q106

Function

Programming · C Programming · question 106

Q106

What will be the output of the following C code? #include int m() printf("hello"); void main() int k = m(); printf("%d", k);

A.
hello5
Answer
B.
Error
C.
Nothing
D.
Junk value

Answer: Option A

Solution

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