In C++, const qualifier can be applied to 1) Member functions of a class 2) Function arguments 3) To a class data member which is declared as static 4) Reference variables
1.Only 1, 2 and 3
2.Only 1, 2 and 4
3.All
4.Only 1, 3 and 4
Posted Date:-2022-07-04 04:02:59