Chapter 13 Strings
• 13.1 String literals
• 13.2 String variables
• 13.3 Reading/writing of strings
• 13.4 Accessing characters in a string
• 13.5 Using the C String Library
• 13.6 String usage
• 13.7 String array
• Q&A
• Exercise Chapter 14 Preprocessor
• 14.1 How the preprocessor works
• 14.2 Preprocessing directives
• 14.3 Macro definition
• 14.4 Conditional compilation
• 14.5 Other instructions
• Q&A
• Exercise Chapter 15 Writing Large-Scale Programs
• 15.1 Source files
• 15.2 Header files
• 15.3 Divide a program into multiple files
• 15.4 Building multi-file programs
• Q&A
• Exercises Chapter 16 Structures, Unions, and Enumerations
• 16.1 Structure variables
• 16.2 Structure types
• 16.3 Nesting of arrays and structures
• 16.4 Union
• 16.5 Enumerations
• Q&A
• practise
Expand