Strings are used for storing text/characters. In C, you must use the char type and create an array of characters to make a string. Note:You have to use double quotes (""). Note: always declare a ...