Search

constant in c++ language |

 " A constant value is the one which does not change during the execution of a program . "

constant uses a secondary storage area .

constant has fixed value .

constant in every language are the same .

in C++ language constant are of two types ___

  1. numeric constant
  2. non-numeric constant


No comments:

Post a Comment

DATA TYPES

 "Data types specifies the type and size of data . " A program contains different types of data (integer , real , character etc.) ...