what are lists? How are they useful?
Answers
Answered by
112
list is a data type that represents a countable number of ordered values. It generally has a name, can be accessed using the name, values in it can be appended, values can be deleted, adding or removing elements and it has numerous purposes in programming such as accessing list elements amidst a program, executing specific sequences or functions etc.
sonaldamani:
Correct answer.
Answered by
2
Answer:
A list may be used for a variety of purposes, such as storing objects or removing and adding objects. So in order for the programmer to perform the various tasks for the list, the software should have enough storage to stay up with the changes made to the list
Similar questions