Respuesta :

Lanuel

Data types are automatically assigned as the smallest possible data type: A. true.

What are the kinds of data type?

In Computer programming, there are four (4) common kinds of data type and these include the following:

  1. Integer type (int)
  2. Floating point type (float)
  3. Boolean (bool)
  4. String (str)

Generally speaking, data are categorized automatically to smallest data type and size with each of them matching that of other inputs because they must be blended with other data.

Read more on a data types here: https://brainly.com/question/13438922

#SPJ1