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
What is oop in c++?
What is the use of namespace std in C++?
How can you differentiate between inheritance and implementation in c++?
Define anonymous class.
What is the full form of c++?
Explain the auto storage classes in c++.
What is scope in c++ with example?
Which c++ operator cannot overload?
How do you sort a sort function in c++ to sort in descending order?
What are all predefined data types in c++?
What is the use of function pointer?
What do you mean by enumerated data type?
What are c++ variables?
Explain the problem with overriding functions
Difference between struct and class in terms of access modifier.