what is the difference between a declaration and a definition in C++. can a declaration be a definition........ does a declaration just give a type, but a definition gives a type and reserves memory location int a; - a declaration int a =2; a definition
---------------------------------
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
[Non-text portions of this message have been removed]
