Explain the virtual inheritance in c++.
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by the term name mangling in c++?
Explain the concept of friend function in c++?
Is overriding possible in c++?
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
Explain about vectors in c ++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
How do you declare a set in c++?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What does obj stand for?
What is the advantage of c++ over c?
Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program