Computer Science, asked by hbainsla2345, 1 month ago

41. Which of the following is derived data type?​

Answers

Answered by purveshKolhe
5

Answer:

int , String , boolean , double , float are some of the data types

Answered by qwcricket10
0

Derived datatype created from the existing or base datatypes.

  • In the program, the system came to know about the type of the variable using the data type.
  • Because of the data type, the system can perform operations according to the data type.
  • The main two classifications of data types are (i) fundamental datatype and (ii) derived data type.
  • Integer, float, void, etc are the base or already existing datatypes.
  • The derived data type is created from these base ones.
  • Structure, Union, and Pointer Arrays are the primitive or derived data types.
Similar questions