Solution:
Fundamental types of data, such as strings, integers, and real numbers, are known as primative data type.
Primitive data structures are char, int, float, double. ... There comes derived data structures and user defined data structures. Derived data structures are also provided by the system but are made using premitives like an array, a derived data. It can be array of chars, array of ints.
Thus the right answer is primative data type.