When you define a integer it gets stored in which data
structure?(Stack or a heap)
Answer Posted / smikesh
Stack
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What are the two different types of polymorphism?
What is purpose of inheritance?
What does and I oop mean?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is for loop and its syntax?
What is basic concept of oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
why reinterpret cast is considered dangerous?
What is this pointer in oop?
What is oops in simple words?
How to hide the base class functionality in Inheritance?
What is pointer in oop?
What is difference between oop and pop?
What is advantage of inheritance?
Why multiple inheritance is not possible?