adspace
Write a Program to find the largest of 4 no using macros.
Answer Posted / Saurabh Khare
Unfortunately, C++ does not support macro for finding the maximum of four numbers. Instead, you can write a function or use standard template library (STL) functions like std::max_element to achieve this.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers