【单选题】Among the five Great Lakes, only is wholly within the United States.
【简答题】以下程序的运行结果是 。 main() { char st[20]= "hel\0lo\t"; printf("%d %d \n ",strlen(st),sizeof(st)); }
【单选题】以下程序的运行结果是 char fun(char ch) { if (ch >= 'A' && ch <= 'Z' ) ch +='a' - 'A' ; return ch; } main() { char st[ ]="I Love This Game!" , *p=st; while (*p) { *p=fun(*p); p++; } puts(st); } A) ...
【单选题】以下程序的运行结果是 char st[20] = "IBM\n012\012\0\\"; printf("%d,%d\n", sizeof(st),strlen(st));
【单选题】以下程序的运行结果是 char st[ ] = "xyz", *p = st; while (*p) p++; for (p--; p – st >= 0; p--) printf("%s", p);
【单选题】Among the five Great Lakes, only ()is wholly within the United States.
【判断题】Among the five Great Lakes, only Lake Michigan belongs entirely to the US.
【单选题】Among the five Great Lakes, only _____ is wholly within the United States.