InterviewSolution
Saved Bookmarks
| 1. |
What is a floating constant? Give an example. |
|
Answer» Floating constant is a number with a decimal point. It is a sequence of digits preceded and followed by a decimal point. General form of floating constant is sign integer part decimal point fractional part. Example is 28.75, -0.00002345, 0.123e5. |
|