Computer Science, asked by aadarshgupta3346, 9 months ago

Improper formation of which data structure can cause unintentional looping

Answers

Answered by gautam1974
0

Answer:

It has one common cause, for example, is that the programmer intends to iterate over sequence of nodes in a data structure such as linked list or tree, executing the loop code once for each node

Similar questions