Question

Q2: Which of the following is false about the following function prototype?
void functionA( void );
a. It does not receive any arguments.
b. It could have been written void functionA( );.
c. It does not return a value.
d. It could have been written functionA( void );.

Answer

This answer is hidden. It contains 41 characters.