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

Hi, can someone please help me here! If I feel like the answer is good I might give brainliest! Thank you!
BRAINLIEST ASAP!How is an Amendment to the Constitution (a) proposed and (b) ratified?
drosophila eye color is a x linked trait
What are the 2 words typically associated with geometry
Read the passage from "Arachne and Athena" Part 2 What is getting in Arachne's way in the passage?A great howl filled the house. "How dare you?" Athena screamed
inequality question math solve step by step
- This shape is an equilateral triangle with the dimensions 2r 5s-2 shown. Find: (a) r and s (b) the perimeter of r+S + 5 the triangle in metres. (c) Find the a
Which of the following U.S, Customary units of volume is closest to 4 liters in volume? A. 4.23 quarts B. 64 cups C. 16 quarts D. 512 fluid ounces
Which shows an isomer of the molecule below
the film about ___ they are talking is fantasticA. who B. Which C. Whom D. that