A function can have both the const and non-const version in the same program.
A function can have both the const and non-const version in the same program. Correct Answer True
The functions in a program can be made both const and non-const. This feature is made available to make programming more flexible. This ensures the security too as we can call const function whenever required.
মোঃ আরিফুল ইসলাম
Feb 20, 2025