write a program using c++ to implement single contiguous
memory mangement techniques.display the content of the main
memory after yhe allocation of jobs and percentage of the
wastage of the main memory


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What is abstraction encapsulation?

0 Answers  


What is the diamond problem in inheritance?

0 Answers  


When is a memory allocated to a class?

11 Answers  


Why is polymorphism important in oop?

0 Answers  


What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass

6 Answers   Wipro,






what is the new version of c++

1 Answers   Ignou, Pramata, Satyam,


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

0 Answers  


explain the concepts of oops?

1 Answers  


why the memory allocated with new cant be freed using free()

2 Answers  


What is object and class in oops?

0 Answers  


What is the difference between static polymorphism and dynamic polymorphism?

0 Answers  


What is the main purpose of inheritance law?

0 Answers  


Categories