Computer Science, asked by santhoshkb, 4 months ago

explain fundamental data types in c ++​

Answers

Answered by bhumikabehera16
11

Answer:

What are fundamental data types in C++ programming?

C++ProgrammingObject Oriented Programming

A fundamental or primitive type is a data type where the values that it can represent have a very simple nature (a number, a character or a truth-value); the primitive types are the most basic building blocks for any programming language and are the base for more complex data types.

Explanation:

HOPE THIS WILL HELPS U MATE ✌️

MARK ME BRAINLIEST ❤️

Answered by devankshiamarathe
2

Answer:

fundametal data types are the data types which are predefined in the language and can be directly used to declare a variable in a C ++ . the various fundamental data types are : char (Character) int ( Integer) float ( floating point)

Similar questions