Computer Science, asked by Mousaeed4887, 11 months ago

Explain three classification of data type in c++ with examples

Answers

Answered by suanshgill
0

Answer:Data types in C++ is mainly divided into two types: Primitive Data Types: These data types are built-in or predefined data types and can be used directly by the user to declare variables. example: int, char , float, bool etc. ... Double Floating Point.

Explanation:

Similar questions