Computer Science, asked by kamalshukla2004, 3 months ago

ii) Name two data types frequently used in C++.

Answers

Answered by yashkm111204
0

Answer:

Primitive Data Types in C++

Integer (int) Integer data type holds 2 bytes of memory. ...

Character (char) Character data types are used to store

character values.

Float (float) Float data types are used to store single-

precision data values i.e. decimal values.

Double (double)

Boolean (bool)

Void.

Similar questions