[单选题]用数组A[0,N-1]存放循环队列的元素值,若其头指针和尾指针分别为front和rear,则循环队列中当前元素的个数为
正确答案 :A
(rear-front+N+1)mod N
[单选题]Software is divided into two categories,system software and application software.Please choose one which is differ from other three
正确答案 :B
Word 2000
[单选题]对于题3所给的C语言程序段if(a>O&&b>0)c=c/a;if(a>1‖c>1)c=c+1;执行条件组合覆盖,为使得每一条件取值组合至少执行一次,需要的测试用例数至少是
正确答案 :C
4
解析:解析:两个分支四条路径,至少需要4个测试用例。
查看原题