Example 53: Write Macro Definitions
Learn how to write and use macro definitions.
We'll cover the following...
We'll cover the following...
Problem
Write down macro definitions for the following and use them from main()
:
-
To test whether a character is in lower case or not
-
To test whether ...