Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Computer Science
»
Object Oriented Programming Using C++
A C++ program contains a function with the header int function(double d, char c). Which of the following function headers could be used within the same program?
char function(double d, char c)
int function(int d, char c)
both (a) and (b)
neither (a) nor (b)
Show Answer
Correct Answer:
int function(int d, char c)
← Previous Question
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment