摘要
C语言的运算符,操作灵活,其中自增自减运算符的功能较为特别。合理的使用自增自减运算符可以提高程序执行的效率,但同时灵活使用自增自减运算符也是个难点。根据自增自减运算符的特点和不同使用形式,剖析自增自减运算符的使用规则,以便更好地帮助初学者学习和使用自增自减运算符。
The operation of C programming language operator is flexible. Meanwhile, the function of Auto-increment auto-decrement operator is very special.The reasonable use of Auto-increment auto-decrement operator can improve the efficiency of the program implementing but it is difficult to flexible use Auto-increment auto-decrement operator. According to characteristics and different forms of use the auto-increment and auto-decrement operator, analysis rules of the use of operators, in order to help beginners learn and use the auto-increment and auto-decrement operators better.
出处
《微型电脑应用》
2012年第1期49-50,54,共3页
Microcomputer Applications
关键词
C语言
自增运算符
自减运算符
C Programming Language
Auto-increment Operator
Auto-decrement Operator