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

Post New Answer

More C++ General Interview Questions

Write a corrected statement in c++ so that the statement will work properly. x + y=z;

2 Answers  


You want to link a c++ program to c functions. How would you do it?

0 Answers  


What is the difference between method overloading and method overriding in c++?

0 Answers  


Why do we use constructor?

0 Answers  


What is singleton class in c++?

0 Answers  






What is buffering in c++?

0 Answers  


How does c++ sort work?

0 Answers  


Which software is best for coding?

0 Answers  


What is c++ w3school?

0 Answers  


If I is an integer variable, which is faster ++i or i++?

0 Answers  


What is the Difference between "printf" and "sprintf"?

7 Answers   iSoft, PentaWare, TCS,


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

0 Answers  


Categories