Q. What does the 'void' keyword in C++ represent?
β
Correct Answer: (A)
A function that does not return any value
Explanation: 'void' is used to indicate that a function does not return any value.