C++ Inline Function Question:
If an argument to function is declared as const, then:
a. function can modify the argument
b. Function can't modify the argument
c. const argment to a function is not possible
d. None of these

Answer:
b. Function can't modify the argument