C语言合法的标识符由______________、____________和________________3种字符组成,并且第一个字符必须为_______________或_________________。
查看答案
写出下列程序的运行结果:#includeint main(void){int i,j,m,n;i=8;j=9;m=++i;n=j++;printf(“%d,%d,%d,%d\n”,i,j,m,n);return 0;}
写出下列程序的运行结果:#includeint main(void){char ch1='A',ch2=33;ch1=ch1-'A'+'0';ch2=ch2*2;printf(“%c %c\n”,ch1,ch2);return 0;}
Which translation skill is adopted in the underlined part of the following sentence.没收财产是没收犯罪分子个人所有财产的一部分或者全部。在判处没收财产的时候,不得没收属于犯罪分子家属所有或者应有的财产。(刑法第五十九条)参考译文:Confiscationof property refers to the confiscation of part of all of the property personally owned by a criminal. When a sentence of confiscation of property is imposed, property that the criminal’s family member owns or should own shall not be subject to confiscation.
A. shift of subject
B. nominalization
C. shift of voice
D. all of the above
Which of the following translation is NOT correct?
A. This Agreement is entered into between the parties concerned on the basis of equality and mutual benefit to develop business on terms and conditions mutually agreed upon as follows:为在平等互利的基础上发展贸易,有关方按下列条件签订本协议:
B. Costs of the case will be borne by the defendant.讼案费用由被告承担。
C. The company intends tosuefor damages.公司打算提起赔偿之诉.
D. 公民依法享有财产继承权。Citizens should have the right of inheritance under the law.