what is multi-threading in C++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain Memory Allocation in C/C++ ?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Will c++ be replaced?
Is c++ free?
Why do we use double in c++?
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What are the advantages of c++? Explain
Do vectors start at 0 c++?
State the difference between delete and delete[].
Difference between pointer to constant and constant pointer to a constant. Give example.
What is volatile and pragma? When they are used?