• A for (i = 0, i < 10, i++)
  • B for (int i = 0; i < 10; i++)
  • C for (int i = 0: i < 10: i++)
  • D for i in range(10)
  • Share this MCQ