char *ptr[N]={"pascal","basic" |
| 时间:2017-01-14 来源: 作者: |
|
|
|
|
【求助】二级指针的问题 char *ptr[ARR_SIZE]={"Pascal","Basic","...("ptr=%d,& ptr[0]=%d,p=%d,*p=%d(%%d),*p=%s(%%s)\n*...
【求助】二级指针的问题 char *ptr[ARR_SIZE]={"Pascal","Basic","...("ptr=%d,& ptr[0]=%d,p=%d,*p=%d(%%d),*p=%s(%%s)\n*...
习题4到5 - 道客巴巴 (a) int n = 5, a[n]; (b) int a(5) ...fortran", " basic", "..."pascal" } ; char **p ; int i ;...
c++ʵָ103 - 道客巴巴 char *name[5]={"BASIC","C","FORTRAN","C++","PASCAL"}; int n=5; sort(name,n); cout<...
|
|