Answer Posted / eresh
stack is a part of ram memory
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the advantages of Macro over function?
What is NULL pointer?
Explain bit masking in c?
What is the difference between #include and #include 'file' ?
Which is better malloc or calloc?
What does the message "automatic aggregate intialization is an ansi feature" mean?
How can I write a function analogous to scanf?
Are comments included during the compilation stage and placed in the EXE file as well?
How arrays can be passed to a user defined function
Can a pointer be null?
Which function in C can be used to append a string to another string?
What is the use of a static variable in c?
What is an arrays?
Explain what are linked list?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.