Respuesta :

Lanuel

In Computer programming, a string can either contain a single character or be entirely empty.

The kinds of data type.

In Computer programming, there are five (5) main recognized data types and these include the following:

  • Integer type (int).
  • Character type (char).
  • Floating point type (float).
  • Boolean (bool)
  • String (str)

What is a string?

A string is a data type which is typically used for data values that comprises ordered sequences of characters. Also, a string can either contain a single character or be entirely empty.

An example of a string in computer programming is "Hello world"

Read more on a string here: https://brainly.com/question/25619349