Examveda
Examveda

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


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function