1.

What are constants?

Answer» <html><body><p>You can <a href="https://interviewquestions.tuteehub.com/tag/call-412416" style="font-weight:bold;" target="_blank" title="Click to know more about CALL">CALL</a> the immutable variables as constants. The value of a constant once defined remains the same and we cannot change it. This is the value that you introduce during the declaration. For <a href="https://interviewquestions.tuteehub.com/tag/example-239971" style="font-weight:bold;" target="_blank" title="Click to know more about EXAMPLE">EXAMPLE</a>, const Y= 6.0. This value of Y would continue to be 6 <a href="https://interviewquestions.tuteehub.com/tag/throughout-7258007" style="font-weight:bold;" target="_blank" title="Click to know more about THROUGHOUT">THROUGHOUT</a> and it won’t be <a href="https://interviewquestions.tuteehub.com/tag/changed-913862" style="font-weight:bold;" target="_blank" title="Click to know more about CHANGED">CHANGED</a>.</p></body></html>


Discussion

No Comment Found