Consecutive integers
1.How would you decide the use of one of the three loops in C for a given problem? 2. How can we use for loops when the number of iterations are not known? 3. Given a number, write a program using while loop to reverse the digits of the number. For example, the number 12345 […]
Consecutive integers Read More »