首页 > 试题广场 >

声明下列指针:float 类型变量的指针 pFloat,ch

[问答题]

声明下列指针:float 类型变量的指针 pFloatchar 类型的指针 pString struct customer 型的指针 prec

推荐

解:

float *pfloat;

char *pString;

struct customer *prec;

发表于 2018-04-18 20:43:40 回复(0)