logic - Are infinite loops truly infinite? -


i have pretty understanding of loops in general, , have accidentally created infinite loops several times while programming in various languages.

however, infinite loop infinite? if given unlimited resources , time, infinite loop run eternity?

i'm not sure if on topic or not, figured due being programming logic. if not, comment , i'll remove question (i want keep little rep have).

an infinite loop run until interrupted externally. if allocated inside loop, however, application may run out of memory, or, recursive call, "stack overflow" stops application.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -