Computer Science, asked by nmcsragavanr, 1 month ago

Explain about the two kinds of data types?​

Answers

Answered by simk6182
0

Answer:

A data type is a classification of data which tells the compiler or interpreter how the programmer intends to use the data. Most programming languages support various types of data, including integer, real, character or string, and Boolean

Two kinds of data types are:

  1. Primitive Datatypes.
  2. Non-Primitive Datatypes

Similar questions