Which is the missing condition in the following algorithm?Algorithm emptyQueue (queue)Return true if empty, false if queue has data   if (____)      return true   else   return falseend emptyQueue

A. head does not equal rear
B. queue count equal 0
C. head equal rear
D. pointer of rear node is null


Answer: B

Computer Science & Information Technology

You might also like to view...

What is the output of the following code fragment if the input values are 1 and 2?

``` int x; int y; cin >> x; cin >> y; cout << x << endl; cout << y << endl; ``` a. 1 2 b. 1 2 c. 12 d. xy

Computer Science & Information Technology

Typically, you should use three or fewer fonts in a document

Indicate whether the statement is true or false

Computer Science & Information Technology

How many pins are on a SATA IDE motherboard connector?

A) 7 B) 10 C) 25 D) 40

Computer Science & Information Technology

? ? Referring to the figure above, which code is a cue name?

A. WEBVTT FILE B. NOTE C. 1 D. 00:00.000

Computer Science & Information Technology