c++ program to find greater number among 2 numbers
Answers
Answered by
2
Answer:
std::max in C++
It compares the two numbers passed in its arguments and returns the larger of the two, and if both are equal, then it returns the first one.
It can also compare the two numbers using a binary function, which is pre-defined by the user, and then passed as argument in std::max().
Answered by
0
Answer:
Dont know if u get the answer u pls tell me
Pls follow and mark brainliest answer
Similar questions
Math,
14 days ago
Chemistry,
14 days ago
Math,
14 days ago
English,
28 days ago
Computer Science,
28 days ago
CBSE BOARD X,
9 months ago
Math,
9 months ago
Physics,
9 months ago