Code:
int a;
Because one website that i referred tells that only
Code:
[B]extern [/B]int i;
All the other types are both declaration and definition.
Is it true?
If yes kindly clarify when a variable is declared and when the same is defined?
Thanks in advance.......
Comment