问题
-
(12 ) 有以下程序#include <stdio.h>#include <string.h>void fun (char *str ){
-
(12 ) 有以下程序#include <stdio.h>#include <string.h>void fun (char *str ){
-
有以下程序main(){ char str[]="xyz",*ps=str; while(*ps) ps++; for(ps--; ps-str>=0; ps--) p
-
有以下程序#include "stdio.h"main(){ char str[]="tomeetme",str1[]="toseeyou"; char *p=str,*
-
以下程序的输出结果 是_______。main(){ char str[12]={s i g};printf(\%d
-
有以下程序 main( ) { char str[ ]=xyz *ps=str; while(*ps) ps++; for(ps--;ps-str>=0