PrepAway - Latest Free Exam Questions & Answers

Choose one of the following pseudo codes to describe this statement:

Choose one of the following pseudo codes to describe this statement:

"If we have written 200 characters to the buffer variable, the stack should stop because it cannot hold any more data."

PrepAway - Latest Free Exam Questions & Answers

A.
If (I > 200) then exit (1)

B.
If (I < 200) then exit (1)

C.
If (I <= 200) then exit (1)

D.
If (I >= 200) then exit (1)

One Comment on “Choose one of the following pseudo codes to describe this statement:


Leave a Reply