What is the result of logical or relational expression in C?
What is the result of logical or relational expression in C? a) A floating-point number b) A string c) An integer (0 or 1) d) A pointer Answer: c) An integer (0 or 1) Explanation: In C, the result of a logical or relational expression is an integer value: 0 (representing false) or 1 (representing […]
What is the result of logical or relational expression in C? Read More »