- A Depends on the compiler
- B Depends on language standard
- C 1
- D 0
C Programming Language MCQ Operators and Enums in C Language
⚠ Report ✓ Question Verified Copy Link
int main()
{
int i = 0, j = 0;
if (i && (j = i + 10))
//do something
;
}
Learn More MCQ Questions from C Programming Language MCQ Operators and Enums in C Language