Solved

Which of the Following Function Calls Would Not Return the Value

Question 10

Multiple Choice

Which of the following function calls would not return the value that is its first argument?


A) std::min(3, 23)
B) std::min('N', 'P')
C) std::max(17, 16)
D) std::max('d', 'k')

Correct Answer:

verifed

Verified

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

Related Questions