What is c++ runtime?
No Answer is Posted For this Question
Be the First to Post Answer
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What is the Difference between "vector" and "array"?
15 Answers Covansys, Gambit, TCS, Wipro,
What is virtual destructor ans explain its use?
What relational operators if statements in c++?
Explain the problem with overriding functions
Comment on assignment operator in c++.
What is binary search in c++?
What is double in c++?
What is a vector c++?
What does extern mean in a function declaration in c++?
What is a c++ class?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor