Why c++ is better than c language?
No Answer is Posted For this Question
Be the First to Post Answer
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
Specify some guidelines that should be followed while overloading operators?
Explain operator overloading.
How does a C++ structure differ from a C++ class?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
When must you use a pointer rather than a reference?
What is long in c++?
How do you establish an is-a relationship?
What are references in c++? What is a local reference?
What are the advantages of pointers?
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
What is the sequence of destruction of local objects?