Which is best c++ or java?
No Answer is Posted For this Question
Be the First to Post Answer
What are the four partitions in which c++ compiler divides the ram?
What is the most useful programming language?
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.
Implement strcmp
What is a binary file? List the merits and demerits of the binary file usagein C++.
How would you implement a substr() function that extracts a sub string from a given string?
Why is c++ still used?
What is #include iostream?
What is object slicing and how can we prevent it?
Why is c++ so fast?
Explain the concept of dynamic allocation of memory?
How do I write a c++ program?