Computer Science, asked by lovmishra, 1 month ago

In which input method, values can not be changed during execution of the program?

Attachments:

Answers

Answered by 12341593
1

Answer:

A constant is a value that cannot be altered by the program during normal execution, i.e., the value is constant. When associated with an identifier, a constant is said to be “named,” although the terms “constant” and “named constant” are often used interchangeably

Answered by anujahole
0

Answer:

by using assignment statement

Explanation:

A constant is a value that cannot be altered by the program during normal execution, i.e., the value is constant. When associated with an identifier, a constant is said to be “named,” although the terms “constant” and “named constant” are often used interchangeably.

Similar questions