InterviewSolution
Saved Bookmarks
| 1. |
Each primitive data type belongs to a specific |
|
Answer» In computer science, a primitive is a fundamental data type that cannot be broken down into a more SIMPLE data type. For EXAMPLE, an INTEGER is a primitive data type, while an array, which can store MULTIPLE data types, is not.Explanation:MARK ME AS THE BRAINLIEST |
|