Running time of a ‘for’ loop is __________ the running time of the statements…
2022
Running time of a ‘for’ loop is __________ the running time of the statements inside the for loop times the number of iterations.
- A.
atleast
- B.
atmost
- C.
equal to
- D.
independent of
Attempted by 345 students.
Show answer & explanation
Correct answer: B
Answer: at most