What are the defining traits of an object-oriented language?
No Answer is Posted For this Question
Be the First to Post Answer
Can we make any program in c++ without using any header file and what is the shortest program in c++.
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 namespaces in c++?
daily Routine of father
what are the decision making statements in C++? Explain if statement with an example?
What do you mean by ‘void’ return type?
What are guid?
What is jump statement in C++?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is c++ hash?
Is c++ a good first language to learn?
Differentiate between a deep copy and a shallow copy?