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
founder of c++
7 Answers Microtek, TCS, TeleCommand,
Which bit wise operator is suitable for putting on a particular bit in a number?
Write about the members that a derived class can add?
What is the function of I/O library in C++ ?
What is boyce codd normal form in c++?
What's c++ used for?
What is object in c++ wikipedia?
What is the precedence when there is a global variable and a local variable in the program with the same name?
how to swap two strings without using any third variable ?
Describe linked list using C++ with an example.
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so