C programming question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C programming question

Where the formal and actual arguments are stored in c language?

4th Feb 2019, 2:52 AM
Shubham Vijaykumar Patil
Shubham Vijaykumar Patil - avatar
3 Answers
+ 1
What do you mean Sir
4th Feb 2019, 3:15 AM
🦋FEATHER🦋
🦋FEATHER🦋 - avatar
0
in which memory laout section they are stored like stack , heap, data, code section
4th Feb 2019, 4:21 AM
Shubham Vijaykumar Patil
Shubham Vijaykumar Patil - avatar
0
formal arguments are stored on stack, actual arguments could be global, static, on stack or maybe in cpu registers
4th Feb 2019, 5:38 AM
code learner
code learner - avatar