1) Write a program to print 1 to 10 numbers using while loop.#include<stdio.h> #include<conio.h> void main() { int a=1; clrscr();…
You must be logged in to view this content.
1) Write a program to print 1 to 10 numbers using while loop.#include<stdio.h> #include<conio.h> void main() { int a=1; clrscr();…
You must be logged in to view this content.