plz tell me that in c..
whether
int a;
is declaration or definition??
will memory be allocated at the time it is written...
whether
int a;
is declaration or definition??
will memory be allocated at the time it is written...
#ifndef test_h #define test_h // Code #endif
#ifndef test_h #define test_h // Code #endif
Comment