The output of the code below is
void main() { int k = m(); printf("%d", k); } void m() { printf("hello"); }
Answer: A
No answer description available for this question.