C is to C++ as 1 is to
a) What the heck
b) 2
c) 10
No Answer is Posted For this Question
Be the First to Post Answer
catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;
What is c++ code?
Show the declaration for a static member variable.
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is optimization in c++? when using volatile.optimization is not possible..what does this mean?
Difference between an inspector and a mutator
Why do we need constructors in c++?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
How can we access protected and private members of a class?
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
What is the meaning of c++?
How does work in c++?