Computer Science, asked by ashusingh2, 1 year ago

what do you mean by nesting of list

Answers

Answered by ReetChauhan1112
10
nesting in computer languages means putting a similar condition into the given condition like having one if in another if.
Answered by anaya9
2
In general, something that is nested is fully contained within something else of the same kind. In programming, nested describes code that performs a particular function and that is contained within code that performs a broader function. One well-known example is the procedure known as the nested do-loop . In data structures, data organizations that are separately identifiable but also part of a larger data organization are said to be nested within the larger organization. A table within a table is a nested table. A list within a list is a nested list.

A common alternative to nested is the prefix sub , as in subprocedure, substructure, subtransaction, and so forth.

HOPE IT HELPS U.
MARKS AS BRAINLIEST ANSWER.
Similar questions