数组:
int (int arr1[5]={1,2,3,4,5};)
float (float arr2[3]{1.2})
字符串:
string
结构体:
struct (struct Student) 结构体首字母要大写
枚举类型:
enum
指针:
int*pi=&score
数组:
int (int arr1[5]={1,2,3,4,5};)
float (float arr2[3]{1.2})
字符串:
string
结构体:
struct (struct Student) 结构体首字母要大写
枚举类型:
enum
指针:
int*pi=&score