What is the outcome of cout<
a) 16
b) 17
c) 16.5
No Answer is Posted For this Question
Be the First to Post Answer
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
what is data Abstraction
What are the various arithmetic operators in c++?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is an adaptor class or Wrapper class?
what is upcasting in C++?
What is the best c c++ compiler for windows?
What are stacks? Give an example where they are useful.
When can I use a forward declaration?
What is time_t c++?
what is c++
Explain the differences between list x; & list x();.