摘要: 这次作业很多,写的有的是上课练习的,还比较轻松,有的却不是很好,我想大概是上学期留下的尾巴吧!我会狠抓基本功,争取做好每一次程序的 阅读全文
posted @ 2017-04-10 15:57 陈怡婷 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 一,码云账号:2601249335@qq.com 二,计算机术语英语词典APP截图 三, 运行结果: 0123456789 Process exited after 0.1473 seconds with return value 0请按任意键继续. . . 总结:1,在编程过程中用主函数定义指针和 阅读全文
posted @ 2017-04-04 19:19 陈怡婷 阅读(92) 评论(0) 推荐(0) 编辑
摘要: #include int main() { void funstr(char str[12]); char str[12]={"hello world"}; char *a=str; str[0]='H'; str[6]='W'; funstr(a); return 0; } void funstr(char str[12])... 阅读全文
posted @ 2017-03-31 19:24 陈怡婷 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 7,9 9,7请按任意键继续. . . 总结:在运行结果时没有注意输入法的格式导致运行出错误结果 2. 23,7878 Process exited after 5.326 seconds with return value 0请按任意键继续. . . void swap(int *p,int *q 阅读全文
posted @ 2017-03-22 14:22 陈怡婷 阅读(128) 评论(1) 推荐(0) 编辑
摘要: #include<stdio.h> int main() {int a[9]={1,2,3,4,5,6,7,8,9};//定义一个数组a[9],学号尾数5+4=9 int*p=a,i;//定义一个指针p for(i=0;i<9;i++)//运用for循环对数组遍历 {printf("%d\n",*p 阅读全文
posted @ 2017-03-18 21:41 陈怡婷 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 希望c语言不挂科,对老师的教授方式比较满意,就是自己目前还有些问题不太懂,需要自己认真思考一下 阅读全文
posted @ 2017-03-15 21:01 陈怡婷 阅读(128) 评论(0) 推荐(0) 编辑