Improper formation of which data structure causes unintentional looping of a program that uses it?
Answers
Answered by
0
Answer:
Aqibkincsem Samaritan
In a data structure, there are certain cases when we get unintentional looping of a program.
Like, if you neglect to write or form a base case properly, or the testing of it in some way or another goes incorrectly, then it can cause an infinite loop issue.
Avoiding infinite loops require a lot of care and precision.
Similar questions