InterviewSolution
Saved Bookmarks
| 1. |
What is the result of logical or relational expression in C?(a) True or False(b) 0 or 1(c) 0 if an expression is false and any positive number if an expression is true(d) None of the mentionedThis question was addressed to me in a national level competition.My question comes from Relational & Logical Operators in division Data Types, Operators and Expressions in C of C |
|
Answer» CORRECT OPTION is (B) 0 or 1 For EXPLANATION: None. |
|