What does getch() do according to the ANSI C++ standard
a) Reads in a character
b) Checks the keyboard buffer
c) Nothing in particular (Its not defined there)
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between set and map in c++?
What is nested class in c++?
What are the vectors in c++?
What is an overflow error?
How would you represent an error detected during constructor of an object?
What is the purpose of ios::basefield in the following statement?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What is pointer -to-members in C++? Give their syntax?
What will happen if a pointer is deleted twice?
What is the precedence when there is a global variable and a local variable in the program with the same name?
Why c++ is faster than java?
How do you declare A pointer to function which receives an int pointer and returns a float pointer