Differentiate between a constructor and a destructor in c++.
No Answer is Posted For this Question
Be the First to Post Answer
How much is size of struct having 1 char & 1 integer?
What is the difference between the compiler and the preprocessor?
What are the uses of typedef in a program?
What is an html tag?
What do you mean by function pointer?
Explain deep copy and a shallow copy?
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
Describe the advantage of an external iterator.
What is a linked list in c++?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What is a forward referencing and when should it be used?
Explain the virtual inheritance in c++.