Discussion :: C Fundamentals
- What is the difference between a declaration and a definition of a variable?
A.
Both can occur multiple times, but a declaration must occur first. |
B.
A definition occurs once, but a declaration may occur many times. |
C.
Both can occur multiple times, but a definition must occur first. |
D.
A declaration occurs once, but a definition may occur many times. |
E.
There is no difference between them. |
Answer : Option D
Explanation :
Explanation Not Provided
Be The First To Comment