Computer Science, asked by SAMPATHMAHESH8048, 11 months ago

How many ways are there in C++ to represent an integer constant?

Answers

Answered by IMnaitik
1

Constant Definition in C++

There are two other different ways to define constants in C++. These are: By using const keyword. By using #define preprocessor.

Similar questions