C language graduated! ! ! (Super detailed knowledge frame diagram attached)

After three months of study, my C language finally graduated! ! !

Many problems were encountered during this period, but fortunately, they were all solved in the end. From the first branch and loop statement, to the more difficult functions and arrays, to the more difficult pointers, followed by structures, unions, bit segments, dynamic memory development, file operation functions, program compilation and linking, etc. wait wait wait.

It was difficult when I first started learning, especially the two parts of file operation function and program compilation and linking. I really learned it after several times of repeated learning! Perhaps most students will find pointers very difficult, but when you learn later, you will gradually feel that pointers are really simple, just the most basic grammar. As long as we are willing to devote ourselves to learning, there is nothing we cannot learn.

In C linguistics to about half of the time, I felt the need to organize a mind map of the C language, although knowledge of the C language and not too difficult, but this one is a lot of details need to pay attention , with With the end of C language learning, the mind map is almost listed. Share it with the majority of bloggers here.
Insert picture description here
After learning the C language, the next task is to take down the big guy of data structure, but if you want to be a qualified programmer, there is still a long way to go. I hope to be able to work with you in the future. progress! ! !

Come on! ! !

Guess you like

Origin blog.csdn.net/chenlong_cxy/article/details/115350810