Why was c++ made?
No Answer is Posted For this Question
Be the First to Post Answer
What is array give example?
write a program to add two numbers without using an arithmetic operator.
What are files in c++?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is extern c++?
class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.
What is endl?
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.
How can we read/write Structures from/to data files?
Is c++ a dying language?
What is a concrete class?
How do you compile the source code with your compiler?