Pages

Showing posts with label while loop. Show all posts
Showing posts with label while loop. Show all posts

Monday, July 15, 2013

C language II (do while loop, for loop, if statement, loops, switch statement, while loop )


IF STATEMENT
If statement is used to apply any condition to the program which means that if the inputted condition is true with the given condition then program will proceed with the same condition otherwise program will skipped.
Syntax :