Answers for "what does it mean to declare a variable"

SQL
0

what is declaration of variable

declaration of variable just means defining that a variable of given data type is needed and hence compiler creates a memory block for such a variable based on its data type. 
In Java, int n;
Posted by: Guest on March-25-2021

Code answers related to "what does it mean to declare a variable"

Code answers related to "SQL"

Browse Popular Code Answers by Language