150 likes | 264 Views
Chapter 9: Strings. Problem Solving and Program Design in C 5th Edition by Jeri R. Hanly and Elliot B. Koffman. Figure 9.1 Right and Left Justification of Strings. Figure 9.2 String Input/Output with scanf and printf. Figure 9.3 Execution of scanf ("%s", dept);.
E N D
Chapter 9: Strings Problem Solving and Program Design in C 5th Edition by Jeri R. Hanly and Elliot B. Koffman
Figure 9.4 Execution of scanf("%s%d%s%d", dept, &course_num, days, &time); on Entry of Invalid Data
Figure 9.7 Program Using strncpy and strcpy Functions to Separate Compounds into Elemental Components
Figure 9.9 Numeric and String Versions of Portions of Selection Sort That Compare and Exchange Elements
Figure 9.12 Executing strcpy (list [index_of_min], list[fill]);