The capital of Canada is ______________. [ ]
A. Sydney
B. NewYork
C. Pairs
D. Ottawa
答案:D
以下程序(程序左边的数字为附加的行号)______。 1#include<str.h> 2#include<stdio.h> 3main() 4{ char s[]="string"; 5puts(s); 6strcpy(s,"hello"); 7printf("%3s\n",s);}
A.没有错
B.第1行有错
C.第6行有错
D.第7行有错
定位销使用的数目()。
A.不得多于2个
B.不得少于2个
C.不得选2个
D.不得多于或等于2个