-->
当前位置:首页 > 题库 > 正文内容

单选题:Given the definitions:

Luz4年前 (2021-05-10)题库1543
Given the definitions:
```
#define type1 char *
typedef char *type2;
type1 s1, s2;
type2 s3, s4;
```


Among the followings, which group contains all the identifiers that are character pointers? @[C](2)

A. `s1, s3`
B. `s1, s2, s3`
C. `s1, s3, s4`
D. `s1, s2, s3, s4`



A.`s1, s3`
B.`s1, s2, s3`
C.`s1, s3, s4`
D.`s1, s2, s3, s4`


答案:C

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。