Top

Discussion

Does this compile without error?

int main()
{
int k;
{
int k;
for (k = 0; k < 10> }
}

  • A.Yes
  • B.No
  • C.Depends on the compiler
  • D.Depends on the C standard implemented by compilers

Answer: A

No answer description available for this question.

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

Post your comment