Programs that make your work easy
All c and C++ programs on all topics are here.
Wednesday, 5 October 2016
wap of printing first 10 natural no by loop
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
for(int i=1;i<=10;i++)
{
cout<< i<<" ";
}
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment