Computer Science, asked by karkisrijana575, 2 months ago

write data type in C language​

Answers

Answered by BRAINLYSTAR01224
1

\purple\star\red{integer, floating, character, etc.}

Answered by Anonymous
13

\huge\mathcal{\fcolorbox{lime}{black}{\orange{Answer}}}

A data type specifies the type of data that a variable can store such as integer, floating, character, etc. There are the following data types in C language.

...

Data Types in C.

TypesData TypesBasic Data Typeint, char, float, doubleDerived Data Typearray, pointer, structure, unionEnumeration Data TypeenumVoid Data Typevoid

Similar questions