What is constant, types of constant.
Answers
Answered by
2
Answer:
There are many different types of data values that are implicitly declared as constants in C. Sequences of digits of base 10 are called decimal constants. ... Similarly, digital sequences of base 8 are called octal constants and sequences of hexadecimal digits are called hexadecimal constants.
Explanation:
please follow me and mark me as brainliest and give me thanks
Answered by
1
Answer:
A fixed value. In Algebra, a constant is a number on its own, or sometimes a letter such as a, b or c to stand for a fixed number. Example: in "x + 5 = 9", 5 and 9 are constants.
Types of C constant:
- Integer constants.
- Real or Floating point constants.
- Octal & Hexadecimal constants.
- Character constants.
- String constants.
- Backslash character constants.
please do follow me buddy
Similar questions