Which is better turbo c++ or dev c++?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by a template?
How can a called function determine the number of arguments that have been passed to it?
Explain the difference between 'operator new' and the 'new' operator?
What is cloning?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Describe exception handling concept with an example?
what are the types of Member Functions?
What are member functions used in c++?
What happens when the extern "c" char func (char*,waste) executes?
What is a constant reference?
What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }
Are vectors passed by reference c++?