+1 vote
in Class 12 by kratos

Define character set, integer constant, and floating-point constants.

1 Answer

+1 vote
by kratos
 
Best 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.

...