What is null pointer and void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
How one would use switch in a program?
Write about the use of the virtual destructor?
Explain the static member function.
What is Memory Alignment?
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 functions syntax in c++?
What are structures and unions?
Floating point representation and output seems to be compiler dependent?
what is the emaning of '#include" "'?
advantages and disadvantages of using Borland C++ / version 5.
What is the best c++ book for beginners?
What are c++ redistributables?