In C++, which following statement is correct?

Questions and AnswersCategory: ProgrammingIn C++, which following statement is correct?
Kovair Software asked 6 years ago

A. C++ enables to define functions that take constants as an argument.
B. We cannot change the argument of the function that is declared as constant.
C. Both A and B.
D. We cannot use the constant while defining the function.

2 Answers
A.Das answered 10 months ago

The answer is ‘C. Both A and B’

gikkesukko answered 8 months ago

Thanks, very good post.