Question: a. Write a prototype for a function IsAlphaHigher that can be passed a pair of characters and that will return a Boolean value indicating

a. Write a prototype for a function IsAlphaHigher that can be passed a pair of characters and that will return a Boolean value indicating whether or not the first character is higher alphabetically. (Note 'a' is higher than 'z') b. Write a definition for the function IsAlphaHigher C. Write a test application that will use the function IsAlphaHigher
Step by Step Solution
There are 3 Steps involved in it
a Prototype for the function IsAlphaHigher cpp bool IsAlphaHigherchar a char b b Definition for the ... View full answer
Get step-by-step solutions from verified subject matter experts
