單項選擇題假定s被定義為指針類型char *的變量,初始指向的字符串為"Hello world!",若要使變量p指向s所指向的字符串,則p應定義為()。

A.char *p=s;
B.char *p=&s;
C.char *p;p=*s;
D.char *p; p=&s;


您可能感興趣的試卷