Variable is defined as a place where you can store values temporarily and never be able to use them. true or false
Answers
Answered by
0
HEY MATE THIS IS UR ANSWER
➡➡➡⚛⚛TRUE
FOR C
A variable is nothing but a name given to a storage area that our programs can manipulate. Each variable in C has a specific type, which determines the size and layout of the variable's memory; the range of values that can be stored within that memory; and the set of operations that can be applied to the variable.
FOR JAVA
A Java variable is a piece of memory that can contain a data value. A variable thus has a data type. Data types are covered in more detail in the text on Java data types. Variables are typically used to store information which your Java program needs to do its job.
Similar questions