Online Visitor Counter

  • RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube

Friday, April 18, 2014

For loop Print 1 to 10 Value


#include<conio.h>
#include<iostream.h>
void main()
{
clrscr();
int a;
for(a=1; a<=10; a++)
{
cout<<a<<endl;
}
cout<<”By Muzafar Hussain sahto”;
getch();
}

No comments:

Post a Comment

 
  • Blogroll

  • Consectetuer

  • Popular

  • Comments