What is the difference between stack and heap memory?
Answer / nashiinformaticssolutions
o Stack: Memory is allocated and deallocated automatically.
o Heap: Memory is allocated dynamically using new or malloc.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is problem with overriding functions?
what does the following statement mean? int (*a)[4]
What are smart pointers?
What are the two types of comments?
How to get the current position of the file pointer?
What are the sizes and ranges of the basic c++ data types?
write a program in c++ to implement stack using functions in header file stack.h
Can a built-in function be recursive?
Can a new be used in place of old mallocq? If yes, why?
What is the default width for ouputting a long integer using the insertion operator?
What is meant by entry controlled loop?
0 Answers Agilent, ZS Associates,
Do inline functions improve performance?