C++

Objectives :

  • myConstantExplained1.cpp 
  • constant data int n1= 12;
    // variables defined with key word const
    // can't be changed/replaced
  • Code : myConstantExplained1.txt

Step: 1 Create a source file

Step: 2 Edit source file

Step: 3 Runtime view

 

Step: 4 Runtime Views:

Step: