This document discusses advanced data types in C including 1D and 2D arrays, strings which are arrays of characters, and various string handling functions like strcpy, strcat, strlwr, strupr, strlen, strcmp, atoi, and atof. It notes that scanf takes only the first word as input while gets takes all characters until enter is pressed when dealing with string input.
Related topics: