GAQM Certified Ethical Hacker (CEH) CEH-001 Question # 172 Topic 18 Discussion

GAQM Certified Ethical Hacker (CEH) CEH-001 Question # 172 Topic 18 Discussion

CEH-001 Exam Topic 18 Question 172 Discussion:
Question #: 172
Topic #: 18

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."


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)


Get Premium CEH-001 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.