Explain the concept of copy constructor?
No Answer is Posted For this Question
Be the First to Post Answer
What are templates? where we should use it?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
How do you show the declaration of a virtual constructor?
Why main function is special in c++?
What is a modifier in c++?
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?
What do you mean by C++ access specifiers ?
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
What is function overriding in c++?
Which one is better- macro or function?