C C++ JAVA
Monday, 23 February 2015
Break Keyword in C
#include<stdio.h>
#include<conio.h>
main()
{
int i=0,Br;
clrscr();
printf("\n Which Value You Want To Break");
scanf("%d",&Br);
for(i=0;i<100;i++)
{
printf("\n%d.. SSI Education",i);
if(i==Br)
break;
}
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment