Saved Bookmarks
| 1. |
Difference between variable declaration and variable definition |
|
Answer» Variable declaration tells the compiler about DATA type and size of the variable. Whereas, variable definition allocates memory to the variable. Variable can be declared MANY times in a program. But, definition can HAPPEN only one time for a variable in a program. please MARK as a Brainliest... |
|