How many lines of output will be displayed by the following program fragment?

```
i = 0
do {
for (j = 0; j < 4; j = j + 1)
printf("%d\n", i + j);
i = i + 1;
} while (i < 5);
```
a. 0
b. 7
c. 9
d. 16
e. 20


E

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 22-1Ethan is in charge of Internet security for a small company. Employees are often asking him questions related to their identity and privacy online, as well as about some phishing schemes. Below are three of these questions. I have received an e-mail that warns about a devastating new virus, tells how to remove it, and encourages me to notify all my friends. What is this e-mail called?

A. an infection hoax B. a virus warning C. a virus hoax D. a virus scam

Computer Science & Information Technology

The sizing buttons appear on the left end of the title bar of a window.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the SWOT terms point out places where an organization might have core competencies or a competitive edge over the competition?

A) Opportunities B) Threats C) Weaknesses D) Strengths

Computer Science & Information Technology

A user account with standard access is capable of viewing and modifying all computer settings.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology