Can we use clrscr in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the handle class?

1 Answers  


What is difference between malloc()/free() and new/delete?

0 Answers  


Explain the use of this pointer?

0 Answers  


Why do we need pointers?

0 Answers  


What is a loop? What are different types of loops in c++?

0 Answers  






What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

0 Answers  


Explain the static member function.

0 Answers  


Describe the syntax of single inheritance in C++?

0 Answers   Fidelity,


Can circle be called an ellipse?

0 Answers  


What does floor mean in c++?

0 Answers  


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,


What is the purpose of ios::basefield in the following statement?

0 Answers  


Categories