When you define a integer it gets stored in which data
structure?(Stack or a heap)
Answers were Sorted based on User's Feedback
Answer / shyam
Depends on where the integer is declared. If it s declared in a block it goes into stack.
If it s an static or global variable, it will not be stored in stack. It ll be stored in data segment of the running program.
Integer will never be stored in heap... never...
| Is This Answer Correct ? | 1 Yes | 0 No |
function overridind means and simple program
What is friend function?
What is use of overloading?
what is the diffrence between c# and c++
what are the uses of C++
What is inheritance and how many types of inheritance?
Why multiple inheritance is not possible?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
who is the founder of c++?
What is balance factor?
why function overloading is not called as pure polymorphism?
what type of questions