English, asked by sonamkumari8282, 1 year ago

The difference between variable declaration and variable definition is: a) declaration and definition are the same. There is no difference. B) a declaration is used for variables and definitions is used for functions. C) declaration associates type to the variable whereas definition associates scope to the variable. D) declaration associates type to the variable whereas definition gives the value to the variable.

Answers

Answered by SelieVisa
2

Answer:

The correct option is B) a declaration is used for variables and definitions is used for functions.

Similar questions