Differentiate between while loop and do while loop. Write a C program to find input number is prime or composite.
Marks: 5
Year: 2019 Final TU FOHSS
1. Differentiate Between while Loop and do-while Loop Definitions - while loop: A loop that checks the condition first, then executes the statements. - do-while loop: A loop that executes the