Computer Science, asked by beingarqamhasan, 8 months ago

What is a data type? Write the
name of any 6 data types in C++.​

Answers

Answered by Anonymous
2

Answer:

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. These are discussed in details later.

PLEASE MARK AS BRAINLIEST AND ALSO FOLLOW ME

Similar questions