InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Declaration And Definition ? |
|
Answer» There are basically two differences between declaration and definition :
Example: extern int x -> is a declaration whereas int y is definition. There are basically two differences between declaration and definition : Example: extern int x -> is a declaration whereas int y is definition. |
|