Q. Which of the following is the correct way of declaring a function as constant?
β
Correct Answer: (C)
int ShowData(void) const { /* statements */ }
You must be Logged in to update hint/solution