spookymod3351 spookymod3351
  • 03-10-2019
  • Computers and Technology
contestada

Which is not a C repetition statement?

a) while

b) do…while

c) for

d) do…for

Respuesta :

tanoli
tanoli tanoli
  • 08-10-2019

Answer:

d) do..for

Explanation:

In C there are 3 types of loops.

1) For Loop

for(int i=0; i<10; i++){

   cout<<i;

}

2) While Loop

int i=0;

while(i<10){

   cout << i;

   i++;

}

3) Do While Loop

int i=0;

do {

   cout<< i;

  i++;

} while(i<10);

Answer Link

Otras preguntas

Why do most people consider Phantom of the Opera so important to Broadway?
(ii) Mr. Liew has been sick. He has been so since he came back from Japan. Conjunction
Coordinate Plane Dilation
please help ii need help with the exercises and if someone could help me and explain how they got the answer that'd be great.
If 2 different processes driven by heat transfer start at state 1 and end at state 2 BUT follow different paths, is the amount of energy transferred by heat the
What’s (-9) + 9 simplify
The area of a square is 117 square meters which best represents the length of a side.
With the passage of Title VII of the Civil Rights Act of 1964, the Re-construction Civil Rights Acts were no longer available as a means to pursue a claim of di
A(n) _________ is something that represents an idea or object to help people better understand it. theory method model observation
3x9+7what is the answer