Question: C programming True or False? -A counted loop, a.k.a. a definite loop, can be created using a for loop, a while loop and a do-while
C programming
True or False?
-A counted loop, a.k.a. a definite loop, can be created using a for loop, a while loop and a do-while loop.
-An indefinite loop, a.k.a. a condition controlled loop, can be created using a for loop, a while loop and a do-while loop
-When a variable is only used inside the body of a loop, it will take less time to create it once outside of a loop than to create it and destroy it for each iteration
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
