Computer Science, asked by bittusinghbittusingh, 6 months ago

write data type in c++​

Answers

Answered by raotd
0

Answer:Now, let us discuss these fundamental data types in more detail.

  1. C++ int. The int keyword is used to indicate integers. ...
  2. C++ float and double. float and double are used to store floating-point numbers (decimals and exponentials). ...
  3. C++ char. Keyword char is used for characters. ...
  4. C++ wchar_t. ...
  5. C++ bool. ...
  6. C++ void.

Explanation:

Similar questions