What is the difference between public and private data members?
No Answer is Posted For this Question
Be the First to Post Answer
What is the main purpose of c++?
What is singleton pattern in c++?
Explain one method to process an entire string as one unit?
What is overloading unary operator?
Explain the uses oof nested class?
Explain what you mean by a pointer.
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.
What are the different types of polymorphism in c++?
Why is polymorphism useful?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
What is an overflow error?
What is the use of namespace std in C++?