A PHP Error was encountered

Severity: 8192

Message: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated

Filename: libraries/Filtered_db.php

Line Number: 23

Which for loop has range of similar indexes of i used in for (i = 0;i < n; i++)?
Q:

Which for loop has range of similar indexes of i used in for (i = 0;i < n; i++)?

0

 Which for loop has range of similar indexes of ‘i’ used in for (i = 0;i < n; i++)

a) for (i = n; i>0; i–)
b) for (i = n; i >= 0; i–)
c) for (i = n-1; i>0; i–)
d) for (i = n-1; i>-1; i–)

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer: d

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now