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

Post New Answer

More C++ General Interview Questions

What does std mean in c++?

0 Answers  


What does count ++ do in c++?

0 Answers  


How do you clear a map in c++?

0 Answers  


What is the difference between reference type and pointers.

4 Answers   HCL,


what is upcasting in C++?

0 Answers  






What's the hardest coding language?

0 Answers  


What are the types of pointer?

0 Answers  


Describe exception handling concept with an example?

0 Answers  


What's the order in which the local objects are destructed?

0 Answers  


What are enumerations?

0 Answers  


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

0 Answers  


Explain the difference between static and dynamic binding of functions?

0 Answers  


Categories