Difference between class and structure.
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
How to tokenize a string in c++?
how to swap two numbers with out using temp variable
12 Answers Global eProcure, TCS,
Do we have to use initialization list in spite of the assignment in constructors?
Can we delete this pointer in c++?
why all c++ program must have default constructor?
What does override mean in c++?
Explain working of printf?
What are the techniques you use for debugging?
Write some differences between an external iterator and an internal iterator?
What is the history of c++?
How a macro differs from a template?