+ 1
C programming question
Where the formal and actual arguments are stored in c language?
3 Respostas
+ 1
What do you mean Sir
0
in which memory laout section they are stored
like stack , heap, data, code section
0
formal arguments are stored on stack, actual arguments could be global, static, on stack or maybe in cpu registers