Operators Revisited – Hierarchy of Operators NOT and Conditional Operator in C

Today we are going to re-visit the operators another time. within the tutorial of logical operators deliberately lost the NOT operator. Why? Ah… it’s a touch confusing and that I don’t need to ruin following necessary topics thanks to that operator. NOT Operator (!) The NOT operator (!) is employed to reverse the results. This … Read more

C else if Clause

Till currently, we’ve learnt concerning the if statement, if-else statement, if-else nested statements and logical operators. Logical operators are sensible alternatives to nested if-else statements. however there are still some cases once we need to use nested if-else clause. therefore to create those things a touch straightforward, Dennis Ritchie introduced else if clause. What is … Read more

Logical Operators in C

The nested if-else statement helps in making multiple selections within a program. however there are some disadvantages of victimisation them that are given below. Indentation is most vital whereas victimisation nested if-else statements. however if we tend to add a pair of layer nesting within on if-else block. Then you’ll notice that your program is … Read more

error: Alert: Content is protected!!