冷酷项链

文章
5
资源
0
加入时间
2年10月24天

C语言数组(一维数组)在C中使用数组,必须先定义注意赋值应用1其他  有意思的运用:其他: 3数组形式字符串格式 两种格式打印那么问题就来了,我可以这样去写吗?备注:tolower是大写转小写的函数,调用可以直接大变小。 试试?error!编译器告诉我们什么事情?expected "int"but argument is of type "char".4.应用5

问题一:使用的元素的数量大于声明的元素数量#include <stdio.h>#include <stdlib.h>#include <time.h>int main(){ //int a[3]={1,2,3}; int a,b; int c[3]; srand((unsigned)time(NULL)); for(a=0;a<10;a++) { b=rand()%3;// printf("