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
sizeof- is it functioning statically or dynamically?
What are advantages of C++ when comparing with C?
18 Answers HP, iGate, TCS,
Explain the register storage classes in c++.
How can you quickly find the number of elements stored in a static array?
how to swap two strings without using any third variable ?
What is c++ coding?
Const char *p , char const *p What is the difference between the above two?
Who was the creator of c++?
Why is swift so fast?
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
Can malloc be used in c++?
What is the identity function in c++? How is it useful?