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)



What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the ..

Answer / Satya Prakash Gautam

c) Nothing in particular (Its not defined there)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Describe linked list using C++ with an example.

1 Answers  


What's the "software peter principle”?

1 Answers  


why c++ is not called strictly d super set of c?

3 Answers   Satyam,


Who made c++?

1 Answers  


What are the differences between java and c++?

1 Answers  


Which compiler does turbo c++ use?

1 Answers  


What is a .h file c++?

1 Answers  


Is c++ vector a linked list?

1 Answers  


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

1 Answers  


What is an incomplete type?

1 Answers  


What is the history of c++?

1 Answers  


Differentiate between late binding and early binding.

1 Answers  


Categories