/*WAP TO PRINT SERIES FROM 1 TO 5 AND BREAK ON 3*/
#include
#include
void main ()
{
int a;
clrscr ();
for (a=1;a<=5;a++)
{
if (a==3)
break;
printf ("%d\n",a);
}
getch ();
}
there is some good c ,java, sql and vb6 programs,Windows tricks, sms shorthand etc
No comments:
Post a Comment