/Upper_Case

Turning a lower-case string to upper-case in C.

Primary LanguageC

Upper Case Function in C

Turning a lower case string to upper case in C

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.