C-17-Q052mediumsingle_mcq
The default branch ("It is zero") is reached only when:
The default branch ("It is zero") is reached only when:
- a
num > 0 - b
num < 0 - cBoth
num > 0andnum < 0are false (i.e.num == 0) - dAlways
The default branch ("It is zero") is reached only when:
num > 0num < 0num > 0 and num < 0 are false (i.e. num == 0)