摘要: 题目名称合并字符串题目描述合并两个字符串,每个字符串长度不小于1不超过50,主函数已经给出,在join.h头文件中完成join函数,函数原型如下:char* join(char* a, int alength, char* b, int blength)需要在join函数中动态申请内存,长度为a和b... 阅读全文
posted @ 2015-12-11 18:44 小预备 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 题目名称Pascal triangle题目描述By using two-dimensional array, write C program to display a table that represents a Pascal triangle of any size. In Pascal tri... 阅读全文
posted @ 2015-12-11 18:16 小预备 阅读(271) 评论(0) 推荐(2) 编辑