Computer Science, asked by khegendrajha, 5 months ago

what are constants, please tell me the ans​

Answers

Answered by ranjanlavkush
0

Answer:

स्थिरांक

Explanation:

a situation or value of something does not change.

Ex- 2 is the the value of variable 'x' but 'x' can also have value of '3'. But the value of '2' never changes. It always refer 2.

I hope this might be helpful ☺

Answered by anindyaadhikari13
1

\star\:\:\:\sf\large\underline\blue{Question:-}

  • What are constants?

\star\:\:\:\sf\large\underline\blue{Answer:-}

Constants are the numbers whose value doesn't change during the execution of a program.

Example of constant declaration in java:-

 \boxed{ \sf \large final \: double \: pi = 3.14159;}

Similar questions