C语言学习数组数组:存储多个相同类型的数据。数组的定义,声明,赋值#include<stdio.h>intmain(){//下标从0开始,0~9intarr[10]={0,1,2,3,4,5,6,7,8,9};//输出printf("%d\n",arr[0]);//hellochararr1[]={'h','e','l','l','o'};//hello\0chararr2[]="he
                                    
                               
                
                                                                原创
                                                            2020-11-30 20:33:47
                                            
                         228 阅读
                        
                                                                                                     
                                                        
             
                    
            
                
                                                                原创
                                                            2020-11-29 13:01:23
                                            
                         415 阅读