+1 vote
in C Plus Plus by

What are the basic data types associated with C?

1 Answer

0 votes
by

Int – Represent the number (integer)

Float – Number with a fraction part.

Double – Double-precision floating-point value

Char – Single character

Void – Special purpose type without any value.

Related questions

0 votes
asked Jan 6 in C Plus Plus by GeorgeBell
0 votes
asked Jun 18, 2020 in C Plus Plus by Robindeniel
...