NESTED if else syntax with disadvantage in C if ….else Suppose if you want to execute a part of program if a particular condition is true as well as condition is false then we can enclose these statement within if ..else statement like. Syntax If(condition) { Statement…… } else { statement.. } nested if …else Suppose if you want to execute a part of program in which a particular condition is depend on the...
FOR EVERY PROGRAMMER SOME SPECIAL PROGRAMS WITH THEORY.