InterviewSolution
Saved Bookmarks
| 1. |
Do logical operators in the C language are evaluated with the short circuit?(a) True(b) False(c) Depends on the compiler(d) Depends on the standardI have been asked this question during an online exam.I want to ask this question from Relational & Logical Operators in division Data Types, Operators and Expressions in C of C |
|
Answer» CORRECT OPTION is (a) True The BEST I can EXPLAIN: NONE. |
|