What is the C-style character string?
Which is better turbo c++ or dev c++?
Explain the differences between list x; & list x();.
Is c++ vector a linked list?
1.what is the difference between software & package &application.
Is string an object in c++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is size of a object of following class? class Foo { public: void foo(){} }
What is bubble sort c++?
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
What is the header file for setw?
What is copy constructor? Can we make copy constructor private in c++?
What are the types of pointer?