What is the purpose of the 'void' keyword in a function declaration in C++?
A. Indicates that the function accepts no parameters
B. Indicates that the function returns a void pointer
C. Indicates that the function does not return a value
D. Indicates that the function is a member function
Answer: Option C

Join The Discussion