hello,
will someone please explain me when and where is memory allocated for static variables which are declared inside a function and static variable declared outside of all functions(globa l) and also for global variables which are not static?
will someone please explain me when and where is memory allocated for static variables which are declared inside a function and static variable declared outside of all functions(globa l) and also for global variables which are not static?
Comment