Explain the properties and principles of oop.
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
List out some of the OODBMS available?
How many different levels of pointers are there?
Which operator cannot overload?
Why did you leave your last job?
What is a list c++?
Explain what is class definition in c++ ?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
please help to write the code of chess game in c++??????????
Which is most difficult programming language?
How a new operator differs from the operator new?
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";