第1题:
26 Job descriptions are examples of ______communications.
A. upward
B. downward
C. horizontal
D. diagonal
E. None of the above
第2题:
Different cultures have different__concerning how far apart people should stand when communicating with each other.
A. conclusion
B. commitment
C.customs
D. communications
第3题:
下列程序的输出结果是______。
include<iostream.h>
int CalcDigital(char*str)
{
if(str= =NULL)
return 0;
int num_of_digital=0;
for(int i=0;str{i]!=0x0;i++)
if(str[i]<='9'&& str[i]>='0')
num_of_digital++;
return num_of_digital;
}
void main( )
{
char a[]="Beijing20080lympic";
cout<<CalcDigital(a)<<endl;
}
第4题:
108 Job descriptions are examples of ______communications.
A. upward
B. downward
C. horizontal
D. diagonal
E. None of the above
第5题:
A.Encryption
B.Biometric
C.Password Authentication
D.Digital
第6题:
1digital为合法标识符