Home » C Programming » Operators » Question
  1. What is the result of a logical or relational expression in C?
    1. 0 if an expression is false and any positive number if an expression is true
    2. True or False
    3. 0 or 1
    4. All of above
    5. None of these
Correct Option: C

0 or 1



Your comments will be displayed only after manual approval.