Explain 'this' pointer and what would happen if a pointer is deleted twice?
Can we make copy constructor private in c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Should a constructor be public or private?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Why is c++ is better than c?
why is iostream::eof inside a loop condition considered wrong?
Write the program form Armstrong no in c++?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What are compilers in c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Is string data type in c++?
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";