Which looping statement reduces the length of the program?
Answers
Answered by
3
Answer:
- Looping statement are the statements execute one or more statement repeatedly several number of times. In C programming language there are three types of loops; while, for and do-while.
- Advantage with looping statement
- with looping statementReduce length of Code
- odeTake less memory space.
- odeTake less memory space.Burden on the developer is reducing.
- odeTake less memory space.Burden on the developer is reducing.Time consuming process to execute the program is reduced.
- *MARK ME AS BRAINLIST PLEASE*
Answered by
3
Explanation:
ok it's right answer ☺️☺️
Attachments:
Similar questions