In C++, which following statement is correct? DWQA Questions › Category: Programming › In C++, which following statement is correct? -1 Vote Up Vote Down Roy M Staff asked 7 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.