摘要
C语言程序设计作为高校学生的第一门编程语言,其中的循环结构循环体的编写、函数参数传递、函数递归等几处的学习是同学们疑问较多的地方。针对这些问题,根据几年课堂教学的尝试,分别找到一些效果较好的讲解方式,与大家简单交流。
C language is the first programming language in many Colleges and Universities,there are several difficulties such as loop structure,passing function parameters,recursive function.this article give some teaching method in the C language course,hope it’s useful.
出处
《电脑知识与技术》
2012年第9X期6543-6545,共3页
Computer Knowledge and Technology
关键词
C语言
循环
参数传递
函数递归
C language
loop structure
passing function parameters
recursive function