What you know about structures in C++?
No Answer is Posted For this Question
Be the First to Post Answer
Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator
2 Answers HCL, Lehman Brothers, Zoomerang,
Which is better turbo c++ or dev c++?
How do you initialize a class member, class x { const int i; };
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
If all is successful, what should main return a) 0 b) 1 c) void
Can user-defined object be declared as static data member of another class?
What is std :: flush?
What is virtual constructor paradigm?
Difference between pass by value and pass by reference?
What is const pointer and const reference?
Is map ordered c++?
What is the difference between multiple and multilevel inheritance in c++?