Saved Bookmarks
| 1. |
State The Difference Between Primitive And Non-primitive Data Types? |
|
Answer» Primitive DATA types are the fundamental data types. Eg) INT, float, double, CHAR Non-primitive data types are USER defined data types. Eg) STRUCTURE, Union and enumerated data types. Primitive data types are the fundamental data types. Eg) int, float, double, char Non-primitive data types are user defined data types. Eg) Structure, Union and enumerated data types. |
|