作者:Nick Parlante
出版社:其它
文件格式:PDF
Abstract
This article explains the features of the C language. The coverage ispretty quick, so it is most appropriate for someone with someprogramming background who needs to see how C works. Topics includevariables, int types, floating point types, promotion, truncation,operators, control structures (if, while, for), functions, valueparameters,
reference parameters, structs, pointers, arrays, the pre-processor, and the standard C
library functions.