What is wrong with this while loop?

```
int count = 0;
while(count < 50)
{
cout< }

```

A. Nothing.
B. Infinite loop.
C. It never gets executed.
D. it cout’s “endl” 50 times.


B. Infinite loop.

Computer Science & Information Technology

You might also like to view...

When a program uses a data file rather than input from the keyboard, it is performing ________processing.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Describe what a mashup is.

What will be an ideal response?

Computer Science & Information Technology

Google+ is an example of a(n) _________. A. social networking site B. Webinar C. e-learning platform D. wiki

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Operator functions are declared and implemented in exactly the same manner as all member functions.

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

Computer Science & Information Technology