English, asked by harrygrewal2650, 8 months ago


What is constant, types of constant.


Answers

Answered by skyadav0255
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 charusharma64
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:

  1. Integer constants.
  2. Real or Floating point constants.
  3. Octal & Hexadecimal constants.
  4. Character constants.
  5. String constants.
  6. Backslash character constants.

please do follow me buddy

Similar questions