Advertisements
Advertisements
Question
Write a short note on the const keyword with an example.
Solution
const is the keyword used to declare a constant, const keyword modifies/restricts the accessibility of a variable. So, it is known as an Access modifier.
APPEARS IN
RELATED QUESTIONS
Can keywords be used as identifiers?
Write the following real constant into the exponent form:
0.00005
Assume n = 10; what will be result of n++ and --n;?
Describe the differences between keywords and identifiers?
Write about Binary operators used in C++.
What is the difference between 56L and 56?
Determine which of the following are valid constant? And specify their type.
0.5
Determine which of the following are valid constant? And specify their type.
‘Name’
What are arithmetic operators in C++? Differentiate unary and binary arithmetic operators. Give example for each of them.
How relational operators and logical operators are related to one another?