InterviewSolution
Saved Bookmarks
| 1. |
Define Numeric Constants.? |
|
Answer» Numeric constants consist of integers, SINGLE PRECISION, or double-precision NUMBERS. Integer constants represent values that are counted and do not have a FRACTIONAL part, e.g., +56, -678. Numeric constants consist of integers, single precision, or double-precision numbers. Integer constants represent values that are counted and do not have a fractional part, e.g., +56, -678. |
|