Describe constants in programming.

      

Describe constants in programming.

  

Answers


Kavungya
Constants refer to fixed values that do not change during the execution of a program. C++ supports several kinds of literal constants, namely: integers, characters, floating point numbers and strings. A constant must be initialized when created.
Kavungya answered the question on May 15, 2019 at 14:33


Next: Give the three main types of constants.
Previous: Describe the Typedef in programming.

View More Computer Programming Questions and Answers | Return to Questions Index


Exams With Marking Schemes

Related Questions