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
When is the copy constructor called?
What is the use of typedef?
What is the latest c++ version?
What are the rules about using an underscore in a c++ identifier?
What is a stack c++?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Can we make copy constructor private in c++?
Where is atoi defined?
When do we run a shell in the unix system?
What is #include iostream?
Write a Program for find and replace a character in a string.
What is a pdb file?
what is pre-processor in C++?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
Why was c++ made?