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)
Answer / Satya Prakash Gautam
c) Nothing in particular (Its not defined there)
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe linked list using C++ with an example.
What's the "software peter principle”?
why c++ is not called strictly d super set of c?
Who made c++?
What are the differences between java and c++?
Which compiler does turbo c++ use?
What is a .h file c++?
Is c++ vector a linked list?
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
What is an incomplete type?
What is the history of c++?
Differentiate between late binding and early binding.