+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.

...