explain fundamental data types in c ++
Answers
Answered by
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
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
English,
2 months ago
Art,
2 months ago
Math,
2 months ago
Biology,
4 months ago
Physics,
4 months ago
Social Sciences,
10 months ago
Computer Science,
10 months ago
Math,
10 months ago