Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 3 (Q.No. 28)
28.
Assume a program contains a void function named displayName, which requires no formal parameters. Which of the following is a correct function prototype for this function?
displayName;
displayName(void);
void displayName;
void displayName();
void displayName(none);
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.