Saved Bookmarks
| 1. |
Define character set, integer constant, and floating-point constants. |
|
Answer» Character set is a set of symbols that a programming language identifies and uses in writing data and instructions in a programming language. Integer constants are whole numbers without any fractional part. Floating-point constants are numeric values that contain a decimal point and can contain exponents also. |
|