Solved

Which of the Following Function Prototypes Is Valid

Question 24

Multiple Choice

Which of the following function prototypes is valid?


A) int funcTest(int x, int y, float z) {}
B) funcTest(int x, int y, float) {};
C) int funcTest(int, int y, float z)
D) int funcTest(int, int, float) ;

Correct Answer:

verifed

Verified

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

Related Questions