Computer Science, asked by shalu530, 10 months ago

How to declare and define the variable in programming language?

Answers

Answered by Anonymous
1

To “declare” a variable (or other thing) in programming means that you are declaring your intention to create the thing, or declaring that it has been created in another file. To “define” a variable (or other thing) in programming means that you are commanding your compiler or interpreter to create the thing.

Similar questions