Post New C++ General Questions
What are the two shift operators and what are their functions?
If all is successful, what should main return a) 0 b) 1 c) void
What is isdigit c++?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
What are pointer-to-members? Explain.
What is difference between array and vector in c++?
What is one dimensional array in c++?
What is stream and its types in c++?
Is empty stack c++?
What is constructor and destructor in c++?
Why would you use pointers in c++?
What's the order in which the objects in an array are destructed?
Do you know what is overriding?
Who invented turbo c++?