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 purpose of the noexcept keyword?
What is c++ vb?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is a buffer c++?
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
Does improper inheritance have a potential to wreck a project?
Which operator can not be overloaded in C++?
Will c++ be replaced?
Where are setjmp and longjmp used in c++?
what is data Abstraction? and give example
147 Answers Aaditya Info Solutions, American Express, CMS, College School Exams Tests, Data Entry Operator, First Advantage, Google, HCL, IBM, Infosys, Microsoft, Mind Links, NIIT, Oracle, Pact, QBit Systems, TCS, WAYA, Wipro,
Why can templates only be implemented in the header file?
Array base access faster or pointer base access is faster?