Computer Science, asked by Rickyanthony4591, 9 months ago

List out the data types supported by C++.

Answers

Answered by mimanshajoshi31
1

Data types in C++ is mainly divided into three types:

Primitive Data Types:

Integer

Character

Boolean

Floating Point

Double Floating Point

Valueless or Void

Wide Character

Derived Data Types:

Function

Array

Pointer

Reference

Abstract or User-Defined Data Types:

following user-defined datatypes:

Class

Structure

Union

Enumeration

Typedef defined DataType

Answered by shankarisushmi
0

Explanation:

लिस्ट आउट द डाटा टाइप्स सपोर्टेड बाय सी प्लस प्लस

Similar questions