Computer Science, asked by 1985vendra, 4 months ago


Mention different types of constants or literals available in c++.? ​

Answers

Answered by Anonymous
6

Answer:

++ Constants/Literals

Integer Literals. An integer literal can be a decimal, octal, or hexadecimal constant. ...

Floating-point Literals. ...

Boolean Literals. ...

Character Literals. ...

String Literals. ...

Defining Constants. ...

The #define Preprocessor. ...

The const Keyword.

Similar questions