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
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
What is polymorphism and why is it important?
What is the difference between an object and a class?
Which is better struts or spring?
//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(); }
What is the importance of oop?
What language is oop?
what is pointers
What is abstraction in oops with example?
What is the fundamental idea of oop?
What is inheritance write a program to show use of inheritance?