C language I work 12- semester summary

First, I learned the content

Second, my harvest

operation link reward
The first job The first job link Initial contact with the C language, to learn simple output, simple code compilation of similar helle world
Second job The second job link Learn the integer variable, floating point variable, the variable type preliminary study, compiled temperature conversion
The third operation The third job link Using a piecewise function learned if-else statement and the data type
Fourth operation Fourth job link The main learning for statement, using the loop start to solve the problem
Fifth jobs The fifth link jobs Harvesting custom function, the function for the future in-depth study laid the foundation
Sixth job Sixth job link Learn nested if-else statements and for the preliminary understanding of the character variables
Seventh jobs Seventh job link Learning a new branch structure switch structure for the selection, its role is similar to if-else
Eighth jobs Eighth job link Learn new cycle structure while statement and the do-while statement
Ninth jobs Ninth job link Learn the nested loop can be recycled many times. Rows and columns can solve this type of problem, and the need for multiple cycles a number of questions to a number, etc.
Tenth jobs Tenth job link Skilled use of nested loop
Eleventh jobs Eleventh job link Harvest the scope and lifetime of global and local variables, and for more in-depth understanding of the variables

Third, self-summary

Guess you like

Origin www.cnblogs.com/wangxiana/p/12019768.html