Computer Science, asked by sheetaljag8, 2 months ago

24) Constant variables can be
created in C++ by using,
define​

Answers

Answered by AnnyThakaran
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