What are the types of array in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are destructors?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
Explain the problem with overriding functions
Write about the use of the virtual destructor?
Which of the following operator cannot be overloaded?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Explain the uses oof nested class?
What is the use of "new" operator?
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
What is c++ iterator?