C# Dot Net tutorials
WELCOME TO C# DOT NET PROGRAMMING
Saturday, November 7, 2009
BREAK ,CONTINUE,RETURN statements
BREAK:
Break is used to break the execution flow.
CONTINUE STATEMENT:
End iteration of inner-most loop.
RETURN:
Returns a value and or exits a method.
sample program of this will be given later when we learn other concepts.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment