Skip to Main Content






C++ programming language

Variables

Variables can be used to store values such as:

  • int (integer number)
  • double (floating number)
  • char (single character)
  • string (text)
  • bool (True or False)