What are identifiers?
Answers
Answered by
3
Those programmes which identify or invented any program is known as identifier
Answered by
1
Answer:
Identifiers are also called variables in Java programming. A variable is a named memory location, which contains a value. The value of a variable can change depending upon the circumstances and problems in a program.
We know that compiler allocates memory to the variables you use in the program. Hence, it is must for the compiler to know the type of value you would like to store in the memory location allotted to a variable so that necessary arrangement in a variable before assigning a value to it.
Similar questions
Math,
6 months ago
Science,
1 year ago
Biology,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago