What do you mean by inheritance in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can circle be called an ellipse?
Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.
Can you please explain the difference between using macro and inline functions?
i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
What is scope operator in c++?
What is pointer to array in c++?
What is c++ best used for?
How is computer programming useful in real life?
Write some differences between an external iterator and an internal iterator?
Difference between pointer to constant vs. Pointer constant
What are pointers used for c++?