患儿女,16 d,体重4 kg,经超声心动图明确诊断为TGA/IVS,ASD 0.4 cm,PDA 0.2 cm。
根据超声诊断,该患儿最不可能具备的体征为
A:发绀 B:气促 C:第二心音固定分裂 D:胸骨左缘第2肋间连续性杂音 E:肝大,肋下平脐
患儿女,16 d,体重4 kg,经超声心动图明确诊断为TGA/IVS,ASD 0.4 cm,PDA 0.2 cm。
患儿经积极内科治疗后,目前一般情况良好。下一步合理的治疗方法是
A:行Switch手术 B:行肺动脉环缩术 C:行右侧锁骨下动脉-右肺动脉分流术(右侧B-T分流术) D:行肺动脉环缩术+右侧B-T分流术 E:暂时无须手术,可继续随访,合理喂养
把C盘路径为\SUB1的文件ASD.BAK更名为ASD,下面()命令是正确的。
A:REN C:SUB1\ASBAK C:\SUB1\ASD B:REN C:\SUB1\ASBAK C:ASD C:RENAME C:\SUB1\ASBAK D:REN C:\SUB1\ASBAK ASD
阅读下列程序,当运行函数时,输入asd af aa z67,则输出为
#include <stdio.h>
#include <ctype.h>
#inelude <string.h>
int fun(char *str)
int i,j=0;
for(i=0;str[i]!='/0';i++)
if(str[i]!='')str[j++]=str[i];
str[j]='/0';
main( )
char str[81];
int n;
printf("Input a string:");
gets(str);
puts(str);
fun(str);
printf("%s/n",str);
A:asdafaaz67 B:asd af aa z67 C:asd D:z67
阅读下列程序,当运行函数时,输入asd af aa z67,则输出为( )。
#include <stdio.h>
#include <ctype.h>
#include <string.h>
int fun (char *str)
inti, j=0;
for(i=0; str[i]!='/0'; i++)
if(str[i]!=' ') str[j++]=str[i];
str[j]='/0';
main( )
char str[81];
int n;
printf("Input a string:");
gets(str);
puts(str);
fun(str);
printf("%s/n", str);
A:asdafaaz67 B:asd af aa z67 C:asd D:z67
阅读下列程序,当运行函数时,输入asd af aa z67,则输出为( )。
#include<stdio.h>
#include<ctype.h>
#include<string.h>
int fun(char *str)
int i,j=0;
for(i=0;str[i]!=’/0’;i++)
if(str[i]!=")str[1++]=str[i];
str[j]=’/0’;
main( )
char str[81];
int n;
printf("Input a string:");
gets(str);
puts(str);
fun(str);
printf("%s/n",str);
A:asdafaaz67 B:asd af aa z67 C:asd D:z67
阅读下列程序,当运行程序时,输入asd af aa z67,则输出为( )。
#include <sldio.h>
int fun (char *str)
int i,j=0;
for(i=0;str[i]! =’/0’;i++)
if(str[i]! =") str[j++]=str[i];
str[j]=’/0’;
main( )
char str[81];
int n;
printf("Input a string:");
gets(str);
fun(str);
printf("%s/n",str);
A:asdafaaz67 B:asd af aa z67 C:asd D:z67
阅读下列程序,当运行函数时,输入asd af aa z67,则输出为
#include <stdio.h>
#include <ctype.h>
#inelude <string.h>
int fun(char *str)
int i,j=0;
for(i=0;str[i]!=’/0’;i++)
if(str[i]!=’’)str[j++]=str[i];
str[j]=’/0’;
main( )
char str[81];
int n;
printf("Input a string:");
gets(str);
puts(str);
fun(str);
printf("%s/n",str);
A:asdafaaz67 B:asd af aa z67 C:asd D:z67
阅读下列程序,当运行程序时,输入asd af aa z67,则输出为( )。 #include <sldio.h> int fun (char *str) { int i,j=0; for(i=0;str[i]! =’/0’;i++) if(str[i]! =") str[j++]=str[i]; str[j]=’/0’; } main( ) { char str[81]; int n; printf("Input a string:"); gets(str); fun(str); printf("%s/n",str); }
A:asdafaaz67 B:asd af aa z67 C:asd D:z67
阅读下列程序,当运行函数时,输入asd af aa z67,则输出为 #include <stdio.h> #include <ctype.h> #inelude <string.h> int fun(char *str) { int i,j=0; for(i=0;str[i]!=’/0’;i++) if(str[i]!=’’)str[j++]=str[i]; str[j]=’/0’; } main( ) { char str[81]; int n; printf("Input a string:"); gets(str); puts(str); fun(str); printf("%s/n",str); }
A:asdafaaz67 B:asd af aa z67 C:asd D:z67