Computer Science, asked by Jennijamx, 5 hours ago

Explain the types of constant?​

Answers

Answered by YeshtTyagi
2

Answer:

Constant type data type (Example)

Octal constant int (Example: 013 /*starts with 0 */)

Hexadecimal constant int (Example: 0x90 /*starts with 0x*/)

character constants char (Example: 'A', 'B', 'C')

string constants char (Example: “ABCD”, “

mark this brainleist pls

Similar questions