题目内容

货币市场基金与股票基金、债券基金等一样,都是比较理想投资工具。

A. 对
B. 错

查看答案
更多问题

阅读下面程序,填空代码实现输入的任意一个十进制数到n进制数的转换。#includeintmain(){charb[17]=“0123456789ABCDEF”;intc[64],i=0,base;longn;printf("enteranumber:\n");scanf("%ld",&n);printf("enternewbase:\n");scanf("%d",&base);do{c[i]=______(1)_______;i++;___(2)_______;}while(n!=0);printf("transmitenewbase:\n");for(--i;i>=0;--i){printf("%c",____(3)_______);}return0;}

I felt terribly sorry to learn that his sister ________ after having fought against cancer for three years.

A. passed by
B. passed away
C. passed on
D. passed down

The Chinese swimmer was ________ at the beginning of the women's 100-meter freestyle final, but she didn't give up and finally took the lead.

A. falling ill
B. left behind
C. given away
D. passed away

The rich man thinks that he will die in disgrace if he does not ________ his money for the public good.

A. give away
B. give way
C. give up
D. give in

答案查题题库