fb popup

/* remove if it's exist in your template */

Friday 31 March 2017

Switch Case Statement

For menu driven programs we use Switch Case statement .To know what it is then CLICK HERE

IF-ELSE

If then else play a major role in programming .To Learn CLICK HERE

Break Statement

In various programs we use break statement to break loops or the next part of the statements.To Learn CLICK HERE

Thursday 30 March 2017

How to approach a program

How to approach a program.To implement a program you need to know how to think of writing a program.To Learn CLICK HERE