Solved

Which of the Following Function Prototypes Are Not Valid

Question 51

Multiple Choice

Which of the following function prototypes are not valid?


A) void doSomethingint& x, int y) ;
B) void doSomething int& x, int& y) ;
C) void doSomething int x, int y) ;
D) all are not valid
E) all are valid

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions