Copyright 2011 - 2020 John Maddock. Copyright 2013 - 2019 Paul A. Bristow. Copyright 2013 Christopher Kormanyos. Distributed under the Boost Software License, Version ...
1. int: This type is used to store whole numbers, both positive and negative. For example: 1, -5, 0. 2. float: This type is used to store decimal numbers. For example: 3.14, -0.5, 0.0. 3. complex: ...