InterviewSolution
Saved Bookmarks
| 1. |
What are the data types included in Pascal? |
|
Answer» DATA types mean a range of VALUE that a variable can STORE. The predefined data types are INTEGERS, the REAL numbers, Boolean data types files that define only two values, and the last one is a char data type. |
|