Title

第3講 Operators, Expressions, and Statements

第1節

L3A

第2節

L3B

第3節

L3C

第4節

L3D

Syllabus

章節大綱

L3_A
     Strings and character arrays
     How to read a string?
     How to store a string?
     How to get the length of a string?
 
 
L3_B
     More on printf() and scanf()
     Using the %*.s format in printf()
     C preprocessor
         #define
         #include
     Predefined macros
 
L3_C
     loops
     ++ and -- operators
 
L3_D
     Nested loops
     Two-dimensional arrays