Computer Science, asked by prinkalgavit2003, 7 months ago

what is data type? list and explain the data types available in base.​

Answers

Answered by Anonymous
4

Answer:

Some common data types include integers, floating point numbers, characters, strings, and arrays. They may also be more specific types, such as dates, timestamps, boolean values, and varchar (variable character) formats

Answered by hs708348
2

Most programming languages support basic data types of integer numbers (of varying sizes), floating-point numbers (which approximate real numbers), characters and Booleans. A data type constrains the values that an expression, such as a variable or a function, might take.

Similar questions