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 a responder chain?
why and when we can declar member fuction as a private in the class?
What are the extraction and insertion operators in c++? Explain with examples.
Describe public access specifiers?
Describe private, protected and public?
What is the basic of c++?
What is the role of C++ shorthand's?
What is istream and ostream in c++?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What are the benefits of oop in c++?
In a function declaration, what does extern mean?
What is the use of typedef?
Can java be faster than c++?
Which bit wise operator is suitable for putting on a particular bit in a number?
What is DlgProc?