Skip to content

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

Notifications You must be signed in to change notification settings

g3th/Upper_Case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages