试题与答案

原发性和继发性肾上腺皮质功能减退鉴别诊断中最具意义的临床表现应为A.低血糖 B.低血

题型:单项选择题

题目:

原发性和继发性肾上腺皮质功能减退鉴别诊断中最具意义的临床表现应为

A.低血糖

B.低血压

C.食欲明显减退

D.极度乏力

E.皮肤色素沉着

答案:

参考答案:E

试题推荐
题型:问答题

请编写一个函数int pattern_index(char substr[],char str[]),该函数执行含通配符“”的字符串的查找时,该通配符可以与任一个字符匹配成功。当子串substr在str中匹配查找成功时,返回子串substr在str中的位置,否则返回值为0。要求使用 for循环实现。输出结果如下: 子串起始位置:5 注意:部分源程序已存在文件test20_2.cpp中。 请勿修改主函数main和其他函数中的任何内容,仅在函数pattern_index的花括号中填写若干语句。 文件test20_2.cpp的内容如下: #include<iostream.h> int pattern_index(char substr[],char str[]) { } void main ( ) { char *substring,*string; int same; substring="gram"; string="this program return index of substring"; same=pattern_index(substring, string); if(same) cout<<"子串起始位置: "<<same<<end1; else cout<<"匹配不成功" <<end1; }

查看答案
微信公众账号搜索答案