Saved Bookmarks
| 1. |
Why Create Data Structures? |
|
Answer» Data structures serve a number of important functions in a program. They ensure that each line of code performs its function correctly and efficiently, they help the programmer identify and fix problems with his/her code, and they help to create a clear and organized code base. |
|