Q. Which of the following statement is not correct about ‘for’ loop? (A) The ‘for’ loop is used to iterate over a range of values or a sequence. (B) The ‘for’ loop is executed for each of the items in the range. (C) While using ‘for’ loop, it is known in advance the number of times the loop will execute (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) None of the above