Write a program using GUI concept for the scheduling
algorithms in Operating system like SJF,FCFS etc..


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

Post New Answer

More C++ General Interview Questions

What are different types of loops in c++?

0 Answers  


What is scope operator in c++?

0 Answers  


What is the full form of stl in c++?

0 Answers  


is throwing exception from a constructor not a good practice ?

5 Answers   Ericsson,


What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };

2 Answers  


What is functions syntax in c++?

0 Answers  


What is an operator in c++?

0 Answers  


Ask to write virtual base class code?

0 Answers   Satyam,


What does std :: flush do?

0 Answers  


How can you force instantiation of a template?

1 Answers   ABC, Amazon,


How many storage classes are available in C++?

1 Answers  


Who invented turbo c++?

0 Answers  


Categories