Array ( [0] => Array ( [title] => L3A [link] => https://www.youtube.com/embed/VD_Qdm3yd2k ) [1] => Array ( [title] => L3B [link] => https://www.youtube.com/embed/C0QXoLZ4oVw ) [2] => Array ( [title] => L3C [link] => https://www.youtube.com/embed/9OaC01XGgHE ) [3] => Array ( [title] => L3D [link] => https://www.youtube.com/embed/2Fh01xAUVAU ) ) 國立清華大學開放式課程OpenCourseWare(NTHU, OCW) - 第3講 Operators, Expressions, and Statements

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