Why use of template is better than a base class?
No Answer is Posted For this Question
Be the First to Post Answer
When does a 'this' pointer get created?
What is the difference between a pointer and a link in c ++?
How long it will take to learn c++?
What kind of problems can be solved by a namespace?
Differentiate between realloc() and free().
Who made c++?
There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.
Can we use pointers in c++?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?
What is the difference between delegation and implemented-in-terms-of?
Explain method of creating object in C++ ?