InterviewSolution
Saved Bookmarks
| 1. |
Which value will show an error when stored in float(4,2)?(a) 12.11(b) 13.1(c) 1.12(d) 123.44 |
|
Answer» Right answer is (d) 123.44 Easiest explanation: “Float(4,2)” cannot store more than 4 digits. |
|