Report Bug
Qus : The data type whose representation is known are called
Qusवह डेटा प्रकार जिसका प्रतिनिधित्व ज्ञात हो, कहलाते हैं

A. Built in datatype
B. Derived datatype
C. Concrete datatype
D. Abstract datatype


Solution
C. Concrete datatype



Explanation
A concrete data type is a data type whose representation is known and in abstract data type the representation of a data type is unknown



Report Bug