Top

Discussion

What is the output of this C code?

void main()
{
int k = 4;
float k = 4;
printf("%d", k)
}

  • A.Compile time error
  • B.4
  • C.4.0000000
  • D.4.4

Answer: A

No answer description available for this question.

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

Post your comment