Computer Science, asked by akhilarajendran3550, 2 months ago

Explain "typed constant expressions" with examples.

Answers

Answered by vaishnaviboricha1110
0

Answer:

Constant expressions can be composed of integer, character, floating-point, and enumeration constants, as well as other constant expressions. Some constant expressions, such as string literals or address constants, are lvalues.

...

Constant Expressions.

Expression Containing Constant Constant

extern int cost = 1000; 1000

y = 3 * 29; 3 * 29

Similar questions