Write a C program finds out maximum out of two numbers using macro

0

This program uses a macro called "MAX" which compares the two numbers passed to it and returns the larger one. The macro is invoked in the main function to find the maximum of the two numbers entered by the user. The result is then printed to the screen.

Post a Comment

0Comments
Post a Comment (0)