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 object slicing

3 Answers   TCS,


write a program which best describes polymorphism in real world?

2 Answers   CTS, Infosys, NexGen,


what is new operator in c++

1 Answers  


explain sub-type and sub class? atleast u have differ it into 4 points?

0 Answers   Infosys,


can we make game by using c

1 Answers   SmartData,






what are the uses of C++

1 Answers  


What is the expansion of OOPS?

24 Answers   TCS,


What is a linked list?

7 Answers   IBM, Neural Info,


In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance

1 Answers  


what uses of c++ language?

3 Answers  


Can we create object of interface?

0 Answers  


//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }

1 Answers  


Categories