symbolic constantconst max 100 the default data


Symbolic constant:

const max =100; The default data type will be integer.

const int max =100; 

enum  dept  {CSE=104,EEE=105,ECE-106};     

It  is  enumerated  constant.  Remember constant cannot be modified later in the program.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: symbolic constantconst max 100 the default data
Reference No:- TGS0161113

Expected delivery within 24 Hours