发布时间:2013-05-17 00:35:26
E. Functions1. to use a function you need: a function prototype; a function definition; function call.2. scope: function scope, file scope...F. Numeric Arrays1. C does not check to see if you try to access an array outside of its range!!!2. while( fscanf(....) != EOF)G. Strings and Pointers.........【阅读全文】
发布时间:2013-04-28 18:13:58
A. programming fundamentals 1. language translaters: assemblers\compiler\interpreter 2. program developmeng: create source code; proprecessing(atta.........【阅读全文】