Computer Science, asked by ayushgupta9162015, 11 months ago

Define 5 types of data types?​

Answers

Answered by Anonymous
17

Answer:

=> Common data types include:

  • Integer.
  • Floating-point number.
  • Character.
  • String.
  • Boolean.
Answered by smartbrainz
6

Five types of datatypes are Integer, Floating Point Number, Character, String, Boolean

  • Datatypes allow declaration of variables in various programming languages.
  • These datatypes are basic ones, programming languages allow the use of other datatypes as well.
  • Integer datatypes store non-fractional integers.
  • Floating Point Numbers store number that may have fractional (decimal) value as well.
  • Character datatype stores a single character which may be an alphabet, a digit or even a blank space.
  • String datatypes store a series of characters or set of characters .
  • Boolean datatypes can store only two possible values: 'True'or 'False'.

To know more about datatypes, visit :

https://brainly.in/question/8295387

Similar questions