Saved Bookmarks
| 1. |
Define Primary Data Structures? |
|
Answer» Primary data structures are the BASIC data structures that directly OPERATE UPON the machine INSTRUCTIONS. All the basic constants (integers, floating-point numbers, character constants, STRING constants) and pointers are considered as primary data structures. Primary data structures are the basic data structures that directly operate upon the machine instructions. All the basic constants (integers, floating-point numbers, character constants, string constants) and pointers are considered as primary data structures. |
|