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 );.
d. It could have been written functionA( void );.
Computer Science & Information Technology