give classification of constant in c language and give one example of each
Answers
Answered by
0
Answer:
Explanation:
Integer constants. Real or Floating point constants. Octal & Hexadecimal constants.
...
Types of C constant:
Constant type data type (Example)
Hexadecimal constant int (Example: 0x90 /*starts with 0x*/)
character constants char (Example: 'A', 'B', 'C')
string constants char (Example: “ABCD”, “Hai”)
Similar questions