NAMED MEMORY LOCATION IN JAVA PROGRAM IS KNOWN AS ?
Answers
Answered by
1
Explanation:
A constant is a named memory location which temporarily stores data that remains the same throughout the execution of the program. The type of a variable indicates what kind of value it will store. The name of a variable is known as its identifier. A variable can be given a value through an assignment statement
Similar questions