Where does the storage is allocated for the various argument
strings (char *argv[]) passed to the main() ?
In main() we never allocate space for these. So, which function
does it and how does it know how much space to allocate ?
Thanx for any help ...
strings (char *argv[]) passed to the main() ?
In main() we never allocate space for these. So, which function
does it and how does it know how much space to allocate ?
Thanx for any help ...
Comment