What ANSI C++ function clears the screen
a) clrscr()
b) clear()
c) Its not defined by the ANSI C++ standard
No Answer is Posted For this Question
Be the First to Post Answer
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 formatting flags in ios class?
What is array in c++ example?
How do you clear a buffer in c++?
Write bites in Turbo c++ Header ("Include") Files.
How do you write a function that can reverse a linked-list?
How do I write a c++ program?
how to swap two strings without using any third variable ?
What is the use of endl in c++?
What is the full name of logo?
what is a reference variable in C++?
Define namespace in c++?