Saturday, September 7, 2013

In which memory segment command line arguments get stored?

In which memory segment command line arguments get stored?

The command line arguments argc, arv[], used with the main function in C,
where do they get stored in memory?
The storage area I am looking for this question should be heap, data
segment, stack or other.

No comments:

Post a Comment