Answer Posted / rajendra.p
An address that identifies the location of the most recent
item placed on the stack
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is the size of enum in c?
What is scope rule of function in c?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is the difference between functions abs() and fabs()?
What is break statement?
Why do we need arrays in c?
Explain about the constants which help in debugging?
What does the function toupper() do?
Is linux written in c?
If you know then define #pragma?
What are the ways to a null pointer can use in c programming language?
What is double pointer?
Explain output of printf("Hello World"-'A'+'B'); ?
What is the difference between malloc() and calloc() function in c language?