Computer Science, asked by 16sk012246, 28 days ago

c++ program to find greater number among 2 numbers​

Answers

Answered by nikhilrajgone2008
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 richasingla590
0

Answer:

Dont know if u get the answer u pls tell me

Pls follow and mark brainliest answer

Similar questions