+ 1
How many data type for number in c++ ?
For (ex):integer float double
6 Answers
+ 4
This article will help you to know more about data types in C++
https://medium.com/@VertikaShukla/data-types-in-c-4556334b7e91
+ 3
Zed Mleh These are data types. Mostly languages have same data types.
+ 1
For example :int
Float
Double
Long double ...another ?
+ 1
There is longer than (long double) what is it?
+ 1
Are you looking for all numeric datatypes in c++
https://study.com/academy/lesson/numeric-data-types-in-c-plus-plus-programming.html
https://www.geeksforgeeks.org/c-data-types/