What Do You Mean by Constant Keyword?

Constant  in C refer to fixed value ,that do not change during the execution of a Program.C supports several types of constants.

There are

Numeric constants and character constants


Numeric constant again divided into two types:-

1   Integer Constants.

2   Real Constants.


Character constant again divided into two types:-

1  Single Character Constant.

2  String Constants.

0 comments:

Post a Comment

Don't Forget to comment