王老师:19139051760(拨打)复制微信 题目 更新时间:2023/4/3 就以下程序空缺的地方进行填空。#include #include int main(int argc, char* argv[]) { char str[81],*sptr; int i; for(i=0;i<80;i++) { str[i]=getchar(); if(str[i]==.\n.) break; }str[i]= ( 25 ); sptr=str; while(*sptr) putchar( 26 ); return 0; } 答案 登录 注册 25: ‘\0’ 26: *sptr++ 出自:睿学 >> 兰州理工大学C语言程序设计a 兰州理工大学继续教育学院