Is java the same as c++?
No Answer is Posted For this Question
Be the First to Post Answer
Are strings immutable in c++?
Do class declarations end with a semicolon?
Explain the virtual inheritance in c++.
What are the different operators in C++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is meant by a delegate?
What is cout flush?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Is there any problem with the following: char *a=NULL; char& p = *a;?
Should the this pointer can be used in the constructor?
How should a contructor handle a failure?
What is polymorphism in c++? Explain with an example?