it may result in more accidental circuit activations, therefore consuming power unnecessarily. A large antenna may also be difficult to physically mount in an electrical plug small enough for typical use. A large plug size can often block adjacent receptacles in a power tap or multi-gang style ...
2. Switch: Switch is an alternative to If-Else-If ladder. switch(conditional-expression) { case value1: // code break; // optional case value2: // code break; // optional ... default: // code to be executed when all the above cases are not matched; } 3. For: For loop is use...