Computer Science, asked by irshadnagra2019, 3 days ago

. 4. There cannot be more than 9 nested loops within one loop.

Answers

Answered by harikaarjun
1

Answer:

There are no limits. Or, more precisely, there are no maximum limits on the user. There are minimum limits on the compiler, however. So you can have 127 nested loops/if/switch and 12-dimensional arrays and be sure that any compliant compiler will be able to compile you.

Explanation:

Similar questions