Difference between class and structure.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


How to tokenize a string in c++?

0 Answers  


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?

0 Answers  


Can we delete this pointer in c++?

0 Answers  


why all c++ program must have default constructor?

6 Answers   IBM,


What does override mean in c++?

0 Answers  


Explain working of printf?

8 Answers  


What are the techniques you use for debugging?

1 Answers   Adtran,


Write some differences between an external iterator and an internal iterator?

0 Answers  


What is the history of c++?

0 Answers  


How a macro differs from a template?

0 Answers  


Categories