Learning the basics of working and manipulating strings in C, including memory allocation, declaring functions in headers, and using pointers to pass information more quickly.
This program will simply turn a lower case string into upper case.
Included are tests to check if the toUpperCase
function is working correctly.