Important Notice:

Course Content
Building IoT Applications (Chapter-4) M4-R5.1
About Lesson

Constants

         Constants refer to fixed values that do not change during the execution of a program.

              Constant एक variable की तरह होते हैं, सिवाय इसके कि एक बार defined होने के बाद execution के दौरान उनकी value change नही होती है। C में constant एक fixed value है जो एक program में use किया जाता है, और program के entire execution के दौरान इसकी value समान रहता है।

Note: constants are also called literals.

 TYPES OF C CONSTANT:

i. Integer constants

ii. Real or Floating point constants

iii. Character constants

iv. String constants

v. Backslash character constants

error: Content is protected !!