boost learn study
Friday, March 28, 2014
goto statement
/*The following program using goto statement*/ #include< stdio.h >#include< conio.h >void main() { int l; clrscr(); Laura: //here Laura is the name of goto Label printf("Enter any No."); scanf("%d",&l); if(l==5) { goto Laura; } printf("\n%d",l); getch(); }
Read more �
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment