InterviewSolution
Saved Bookmarks
| 1. |
What Is Primitive Type ? |
|
Answer» A variable DATA type in which the variable's VALUE is of the APPROPRIATE size and format for its type: a NUMBER, a character, or a BOOLEAN value. A variable data type in which the variable's value is of the appropriate size and format for its type: a number, a character, or a Boolean value. |
|