patrix7278 patrix7278
  • 13-07-2019
  • Computers and Technology
contestada

The scope of a variable declared in a for loop's initialization expression always extends beyond the body of the loop



True False

Respuesta :

PhantomWisdom PhantomWisdom
  • 17-07-2019

Answer:

False

Explanation:

for loop is used to run the statement again and again until the condition put inside the for loop is false.

syntax:

for(initialization;condition;increment/decrement)

{

  statement;

}

the initialization scope is valid only within the curly braces of the for loop. it is not valid outside the body of the for loop.

because initialization is the part of the for loop.

Answer Link

Otras preguntas

A bi-weekly visit to your favorite restaurant. Say on average you spend $25 each visit.
definition speeh recognition
If m 15 points. Thanks :)
franklin corp. sells glass vases to various florists throughout the country. each vase sells for $.50. the following sales forecast (in units) has been prepared
Help, i dont understand this!
you hear a 1000hz tone from a radio that is 10 feet away from you and listen for 5 seconds. how many pressure maxima pass by your ear?
Which out of the following is NOT anexample of inducible operon?a. Lactose operonb. Histidine operonc. Arabinose operond. Tryptophan operon​
which world leader arrived at the white house last thursday as part of the first state visit since joe biden took office?
The cost (c) to paint a building varies directly with the area of the surface being painted (a) in square feet. It costs $3,000 to paint a room with a surface a
MARKING BRAINLEIST IF CORRECT