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 the use of pointer in c++ with example?
Can we use pointers in c++?
Should I learn c or c++ or c#?
What is the main function c++?
What is the use of register keyword with the variables?
Does c++ support multilevel and multiple inheritances?
What are the extraction and insertion operators in c++?
What is data types c++?
What is a sequence in c++?
Incase of a function declaration, what is extern means?
What are the 3 levels of programming languages?
What is a set in c++?
Is there any difference between int [] a and int a [] in c++?
Difference between class and structure.
What is type of 'this' pointer? Explain when it is get created?