Discuss the role of C++ shorthands.
No Answer is Posted For this Question
Be the First to Post Answer
Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.
What does it mean to take the address of a reference?
What is the purpose of a constructor? Destructor?
Question on Copy constructor.
Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }
What is pass by value & reference.
Do you know about Agilent PRECOMPILERS. ?
Tell me about virtual function
What is wrong with this statement? std::auto_ptr ptr(new char[10]);
Write a C++ Program to Find Sum and Average of three numbers.
What Is Polymorphism in C++ ?
2 Answers IBS, Impetus, ITC Indian Tobacco Company, Motorola,
If class D is derived from a base class B