Question: The two header files a.h and b.h both have a prototype for a single function. Both have at least two mistakes. Fix the mistakes so
The two header files a.h and b.h both have a prototype for a single function. Both have at least two mistakes. Fix the mistakes so that the tester program works correctly.
Complete the following files:
a.h
#include
/** Converts a character into the corresponding string form. For example, calling charToString('Q') returns the string "Q". @param c the character to convert. @return the string form of the character. */ string charToString(char c);
b.h
#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
