C Primer

2019-05-05_091949

1.1 C language origin

In 1972, Bell was Amazon's Dennis ▪ Ritchie ( Dennis Ritch) and Ken ▪ Thompson ( Ken Thompson) designed the C language in the development of the UNIX operating system.

1.2 Option C language of reason

1
2
3
4
5
Design features 
efficient
portability
powerful and flexible
programmer-oriented

1.3 c application language

What the computer can do 1.4

1
CPU acquires from memory and executes an instruction, and then obtaining the next instruction from memory.

1.5 high-level computer language and compiler

1
2
Not necessarily mean an instruction by a digital code 
instructions for use closer to how you think about it, rather than the cumbersome steps similar to the computer.

1.6 language standard

1
2
3
ANSI / ISO C Standard 
C99 standard
C11 standard

1.7 Seven Steps to use C language

1.8 programming mechanism

Original: Large column  C Primer


Guess you like

Origin www.cnblogs.com/petewell/p/11607091.html