define 4 data types
Answers
Answered by
1
A data type is a type of data. ... 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
0
Answer:
Common data types include:
Integer.
Floating-point number.
Character.
String.
Boolean.
Explanation:
Data types in C Language
C language supports 2 different type of data types: Primary data types: These are fundamental data types in C namely integer( int ), floating point( float ), character( char ) and void .
please mark me as brainlist.
Similar questions