大家好,我是验题君 摘要:大家好,我就是传说中的验题君,大家有任何题目问题,可以来私信我、留言~欢迎大家提供建设性意见,让C语言网更好,帮助更多的初学者!…… 文章列表 2017年10月18日 6 点赞 6 评论 704 浏览 评分:7.7
1126题解 摘要:#include <stdio.h>#include <stdlib.h>#include <string.h>int main(){ int i=0,j=0,length = 0; char c,s…… 文章列表 2017年10月18日 0 点赞 0 评论 789 浏览 评分:0.0
有关字符,字符串的输入输出函数说明 摘要:字符数据的输入输出1.putchar 函数(字符输出函数) putchar 函数是字符输出函数, 其功能是在显示器上输出单个字符。其一般形式为:putchar(字符变量).2.getch…… 文章列表 2017年10月18日 1 点赞 1 评论 572 浏览 评分:0.0
1124题解 摘要:#include <stdio.h>#include <stdlib.h>#include <string.h>int main(){ int i=0,length = 0; char c,s[100…… 文章列表 2017年10月18日 0 点赞 0 评论 776 浏览 评分:0.0
1025题解 摘要:#include <stdio.h>#include <stdlib.h>int main(){ int i,j,length,flage = 0,n,num[10]; length = 10; fo…… 文章列表 2017年10月18日 0 点赞 0 评论 921 浏览 评分:0.0
1024题解 摘要:#include <stdlib.h>#include<string.h>int main(){ int i,j,s[4][4],sum_zhu=0,sum_fu=0; for(i=0;i<3;i++…… 文章列表 2017年10月17日 0 点赞 0 评论 1016 浏览 评分:8.0
1014题解 摘要:#include <stdio.h>#include <stdlib.h>#include<string.h>int jiecheng(int num){ int i,n=1; for(i=1;i<=…… 文章列表 2017年10月17日 0 点赞 0 评论 625 浏览 评分:0.0
1012题解 摘要:#include <stdio.h>#include <stdlib.h>#include<string.h>、int main(){ int count_num = 0,count_char = 0…… 文章列表 2017年10月17日 0 点赞 0 评论 1128 浏览 评分:0.0
1013题解 摘要:#include <stdio.h>#include <stdlib.h>#include<string.h>#include<math.h>int main(){ int a = 2,n,i,t,s…… 文章列表 2017年10月17日 0 点赞 0 评论 757 浏览 评分:0.0
1017题解 摘要:#include <stdio.h>#include <stdlib.h>#include<string.h>int *yinshu(int num){ int i,sum=0,j=2,count=0…… 文章列表 2017年10月16日 0 点赞 0 评论 790 浏览 评分:0.0