Can multiple catch statements be used in exceptions ?
Answer
Is This Answer Correct ? | 7 Yes | 0 No |
Question { Geometric Software, 13354 }
a=0;
b=(a=0)?2:3;
a) What will be the value of b? why
b) If in 1st stmt a=0 is replaced by -1, b=?
c) If in second stmt a=0 is replaced by -1, b=?
Answer
Is This Answer Correct ? | 15 Yes | 3 No |