Generally variables are stored in heap memory. When he
variables are created in stack?
Answer Posted / rahul
I am not sure about this answer but when you pass any
argument to any recursive or non-recursive function.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What is the basic difference between C and C++?
What is dev c++ used for?
What are the various operations performed on stack?
What is #include sstream?
What are destructors?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Can we inherit constructor in c++?
which of the following is not an secondary constant a) array b) real c) union
How to demonstrate the use of a variable?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What are the benefits of operator overloading?
What are the two main components of c++?
When does the c++ compiler create temporary variables?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?