In C, what is the purpose of the 'void' keyword as a function return type?
A. It specifies that the function doesn't return a value
B. It specifies that the function returns an integer
C. It specifies that the function returns a character
D. It specifies that the function is recursive
Answer: Option A
Join The Discussion