Question: Which of the following is a correct function prototype for a void function that requires no formal parameters? The functions name is displayName. a. displayName();
Which of the following is a correct function prototype for a void function that requires no formal parameters? The function’s name is displayName.
a. displayName();
b. void displayName;
c. void displayName();
d. void displayName(none);
Step by Step Solution
3.38 Rating (151 Votes )
There are 3 Steps involved in it
c v... View full answer
Get step-by-step solutions from verified subject matter experts
