InterviewSolution
Saved Bookmarks
| 1. |
If there are three significant digits in `0.abc`, then what are the possible values of a, b and c?A. `a lt 10, b ne0 and c ne 0`B. `a = 0, b= 0 and 0 ltc lt 10`C. Cantnot be determinedD. None of these |
|
Answer» Correct Answer - C Check from the options. |
|