i am totally confused.
It is writen in books that memory is alocated in case of definition and not declaration.
but when we write
int i;//declaration
still the memory is allocated..pls guide me
Also in character arays the terminating character is '\0'(NULL).then what is the terminating character in integer arrays ?????