answersLogoWhite

0

Write a c program to print the 100 to 1 nos?

Updated: 3/2/2022
User Avatar

Wiki User

15y ago

Best Answer

Write a c program to print the 100 to 1 nos

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Learn bay

Lvl 8
2y ago

C Exercises: Print all numbers between 1 to 100

#include

int main() {

int i=1;

//i is less than or equal to 100

while( i

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a c program to print the 100 to 1 nos?
Write your answer...
Submit
Still have questions?
magnify glass
imp