write data type in c++
Answers
Answered by
0
Answer:Now, let us discuss these fundamental data types in more detail.
- C++ int. The int keyword is used to indicate integers. ...
- C++ float and double. float and double are used to store floating-point numbers (decimals and exponentials). ...
- C++ char. Keyword char is used for characters. ...
- C++ wchar_t. ...
- C++ bool. ...
- C++ void.
Explanation:
Similar questions