皮皮学,免费搜题
登录
搜题
【单选题】
下列给定程序的功能是:读入一个英文文本行,将其中每个单词的第一个字母改成大写,然后输出此文本行(这里"单词"是指由空格隔开的字符串)。例如,若输入"I am a student to take the examination",则应输出"I Am A Student To Take The Examination"。 ”/********found*****/”之后所指的语句有错,请选择下列正确的语句替换。 #include #include #include #include #include #include /*************found**************/ void upfst(char p) { int k=0; for ( ;*p;p++) if (k) { if (*p==' ') k=0; } else { if (*p!=' ') { k=1; *p=toupper(*p); } } } void main() { char chrstr[81]; system("CLS"); printf("\nPlease enter an English text line: "); gets(chrstr); printf("\nBofore changing:\n %s",chrstr); upfst(chrstr); printf("\nAfter changing:\n %s\n",chrstr); }
A.
upfst( char p)
B.
void upfst( char *p)
C.
void upfst( char *p);
D.
void upfst( char **p)
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】The number of smokers may be ____ , but smokers between the ages of 13 and 23 have actually increased by 10 percent over the last 10 years.
【单选题】The number of adult smokers may be ____, but smokers between the ages of 13 and 23 have actually increased by 10 percent over the last 10 years.
A.
soaring
B.
shrinking
C.
roaring
D.
con tracting
【单选题】开创中医辨证论治体系的代表作是:( )
A.
A 内经
B.
B难经
C.
C伤寒杂病论
D.
D神农本草经
E.
E本草纲目
【单选题】The number of adult smokers may be ____, but smokers between the ages of 13 and 23 have actually increased by 10 percent over the last 10 years.
A.
roaring
B.
soaring
C.
shrinking
D.
contracting
【单选题】诊断初级阶段的核心任务是( )
A.
肺与大肠
B.
脾与胃
C.
脾胃与大肠
D.
肺与心包
E.
肝与肾
【判断题】电子支付方式分为三大类,即电子货币类、电子信用卡类和电子支票类。
A.
正确
B.
错误
【单选题】大多数软件都支持的色彩空间是( )
A.
Adobe RGB
B.
SRGB
C.
ProPhoto RGB
D.
Melissa RGB
【简答题】凡是价格中不含 的价格,称为净价。
【单选题】绝大多数软件都支持的色彩空间是( )
A.
Adobe RGB
B.
SRGB
C.
ProPhoto RGB
D.
Melissa RGB
【单选题】开创中医辨证论治体系的代表作是:( )
A.
内经
B.
难经
C.
伤寒杂病论
D.
神农本草经
E.
本草纲目
相关题目: