Computer Science, asked by rahul4435, 11 months ago

what is data types in c language in c


rahul4435: hlo
Hacket: Mero ko smajh nhi araha hair ki abhi tk tera account block kyo nhi huwa bad talk wale uncle

Answers

Answered by Hacket
1

These are fundamental data types in C namely integer( int ), floating point( float ), character( char ) and void . Derived data types: Derived data types are nothing but primary datatypes but a little twisted or grouped together like array, stucture, union and pointer.

Answered by SerenaBochenek
0

The main objective of datatype it storing the data .

Explanation:

The data types are rich throughout C language.The space definition as well as the manner in which the constant is treated differ from computer to computer. The range of data types helps the developer to choose the form that fits the client's needs and perhaps even the system requires.

C contains 4 data form classes, including:

  • Primary data types
  • Derived data types
  • user-defined data types
  • Empty data set

Learn more:

https://brainly.in/question/12171667

https://brainly.in/question/1707067

Similar questions