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
What is ostream in c++?
what is C++ exceptional handling?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program
How to get the current position of the file pointer?
What is a local variable?
Distinguish between new and malloc and delete and free().
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
What is a static member?
What is the difference between C and CPP?
What is dev c++ used for?
Which algorithm do you like the most? Why?