You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2017-07-31 07:15:07
C / C++ Programming Language Quiz Question.
Programming Languages Quizzes C / C++ Programming Language
Question:
Which of the following calls a function named displayName, passing it no actual arguments?
Option A):
displayName();
Option B):
displayName;
Option C):
call displayName ();
Option D):
call displayName;
Correct Answer is Option A):
displayName();
Offline
2017-07-31 07:15:07
- Advertisement
- Ads By Google
Re: C / C++ Programming Language Quiz Question.
\n