24) Constant variables can be
created in C++ by using,
define
Answers
Answered by
1
Answer:
In C language and C++ we use the keyword const to make program elements constant. const keyword can be used in many contexts in a C++ program. It can be used with: Variables.
Similar questions