Which programming language's unsatisfactory performance led to the discovery of c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can we declare destructor as static? Explain?
class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.
What is difference between n and endl in c++?
Differentiate between C and C++.
What is meant by forward referencing and when should it be used?
What is function overloading in C++?
What is polymorphism in c++? Explain with an example?
what are the events occur in intr activated on interrupt vector table
What is oop in c++?
When should you use multiple inheritance?
Is it possible to provide default values while overloading a binary operator?
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds