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
Post a Comment