首页 新闻 会员 周边 捐助
1
回答数

已解决问题 20 请教C指针的问题

#include<stdio.h>int main(){ int i = 0; char s[] = "Hello World!"; char *ps = s,*p = "Hello World!";