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 are the types of Member Functions?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
What are all predefined data types in c++?
What is the difference between stack and heap memory?
Explain what is oop?
What do you mean by delegate? Can a user retain delegates?
What do you mean by late binding?
what is pulse code modulation?
Describe Trees using C++ with an example.
What does the ios::ate argument do?
what is the use of void main() in C++ language?
What is purpose of abstract class?