InterviewSolution
Saved Bookmarks
| 1. |
Which of these literals can be contained in float data type variable?(a) -1.7e+308(b) -3.4e+038(c) +1.7e+308(d) -3.4e+050 |
|
Answer» The correct answer is (b) -3.4e+038 Easy explanation: Range of float data type is -(3.4e38) To +(3.4e38) |
|