Top

Discussion

What is the output of this C code?

void m()
{
printf("hi");
}
void main()
{
m();
}

 

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

Answer: A

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment