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
AnswerB.
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