Page 1 of 1

#3. (IN C PROGRAMMING) Define a macro MIN that give the minimum of two values. The write a program to test the macro def

Posted: Fri Jul 08, 2022 7:28 am
by answerhappygod
#3. (IN C PROGRAMMING) Define a macro MIN thatgive the minimum of two values. The write a program to test themacro definition.
#6 (IN C PROGRAMMING) Write amacro IS_UPPER_CASE that gives a nonzero value if acharacter is an uppercase letter.