I have been given a task to covert lower case character into upper case by using macros .the problem is that i have never been introduced to macros. i just know that its something #define name size .. please can anyone guide me on this issue
Share
The simplest way to do this would be something like this:
Then, you would use this function like follows:
Which would result in the character variable holding a ‘Z’.