

InterviewSolution
Saved Bookmarks
1. |
A can be used if range of a is not enough to accommodate a real number. |
Answer» True, we can use long double; if double range is not enough. double = 8 bytes. long double = 10 bytes. | |