You are not logged in.

#1 2017-07-31 07:01:35

Ibraheem
Webmaster
From: Capital
Registered: 2012-03-16
Posts: 23,140
Website

C / C++ Programming Language Quiz Question.

Programming Languages Quizzes C / C++ Programming Language

Question:
Which of the following while clause will stop the loop when the value in the age variable is less than the number 0?

Option A):
while (age >= 0);
Option B):
while age >= 0;
Option C):
while (age >= 0)
Option D):
while (age < 0)
Option E):
while age < 0

Correct Answer is Option C):
while (age >= 0)

2017-07-31 07:01:35

Advertisement
Ads By Google

Re: C / C++ Programming Language Quiz Question.



\n

Board footer