问答题
找错:
字符串str1需要11个字节才能存放下(包括末尾的’\0’),而string只有10个字节的空间......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
问答题 int id[sizeof(unsigned long)]; 这个对吗?为什么??
问答题 写出程序结果:
问答题 用C 写一个输入的整数,倒着输出整数的函数,要求用递归方法.