Computer Science, asked by vraj26, 1 year ago

Improper formation of which data structures can cause un intentional looping of a program

Answers

Answered by GulabLachman
0

Answer:

Data Structure - In computer science data structure means storing or collecting data which we can modify or use later in a proper or improper manner.

In data structure generally unintentional looping of a program occurs. Like if we forget to add a bracket or we neglect to write the case properly in case of case sensitive things it occurs. Generally improper formation of Linked List data structure causes unintentional looping of a program.

Similar questions