C programming and debugging notes from various resources including C Programming for Beginners provided by Portfolio Courses and Advanced C Programming by Jason Fedin.
-
- Printing strings
- Printing a char array
- Initialise char array alternative
- Finding the length of a string
- Counting characters in a string
- string.h library
- Finding the length of a string using strlen
- String concatenation using strcat
- Checking for string equality using strcmp
- Finding the uppercase and lowercase letters in a string
- Convert uppercase letters to lowercase