论文部分内容阅读
摘要:由于C语言的知识点很零碎,初学者存在着较大的困难,笔者从教学的实践出发,给出学习C语言的方法,帮助初学者解决学习中的一些问题,寻找到适合自己的学习途径。
关键词:C语言;程序;学习
中图分类号:TP311文献标识码:A文章编号:1009-3044(2008)25-1497-03
Discussion about C Language Learning
YING Shi-yong
(Yancheng Textile Vocational and Technical College, Yancheng 224005, China)
Abstract: In regard to fragmentary knowledge of C language, the beginner have difficulty in learning it. The author puts forward some methods of studying C language from the teaching practice. It helps the beginner to solve some problems in the process of studying and seek for study methods that suit themselves.
Key words: C language; procedures; learning
1 问题的提出
随着计算机技术的普及,学习语言程序设计的人也越来越多,尤其是学习C语言的人更是多。但是不少人对计算机语言的学习比较头疼,感到力不从心。平心而论,对于初学者而言,这属于正常现象。请看下面用C语言编写的一道程序:
#include "stdio.h"
#definePI 3.1415
main()
{ float r,area;
printf("%please input the value of r:");
scanf("%f",
关键词:C语言;程序;学习
中图分类号:TP311文献标识码:A文章编号:1009-3044(2008)25-1497-03
Discussion about C Language Learning
YING Shi-yong
(Yancheng Textile Vocational and Technical College, Yancheng 224005, China)
Abstract: In regard to fragmentary knowledge of C language, the beginner have difficulty in learning it. The author puts forward some methods of studying C language from the teaching practice. It helps the beginner to solve some problems in the process of studying and seek for study methods that suit themselves.
Key words: C language; procedures; learning
1 问题的提出
随着计算机技术的普及,学习语言程序设计的人也越来越多,尤其是学习C语言的人更是多。但是不少人对计算机语言的学习比较头疼,感到力不从心。平心而论,对于初学者而言,这属于正常现象。请看下面用C语言编写的一道程序:
#include "stdio.h"
#definePI 3.1415
main()
{ float r,area;
printf("%please input the value of r:");
scanf("%f",