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 dynamic and static typing?
What is cloning?
Explain Text Manipulation Routines?
make a middle node of doubly linklist to the top of the list
what is polymorphism?
What is ios in c++?
Can malloc be used in c++?
What are mutator methods in c++?
What is lvalue?
What is the full form nasa?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
List down the guideline that should be followed while using friend function.