Lab – 6 Character Arrays and Strings-use and manipulate strings and arrays of characters
60-141 – Introduction to Programming II Objective: Learn to use and manipulate strings and arrays of characters. In C, a string is simply defined as an array of characters terminated by the null character, or string delimiter, '\0'. If we want to store ...
Continue reading