Unit : 03 – Using control statements

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.

Leave a Comment

Your email address will not be published. Required fields are marked *

error: Content is protected !!
Scroll to Top