Vidyalelo
Computer Science · Q110

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 110

Q110

Which of the following calls a function named displayName, passing it no actual arguments?

A.
call displayName;
B.
call displayName ();
C.
displayName;
D.
displayName();
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board