⟩ What are mandatory parts in function declaration? a) return type,function name b) return type,function name,parameters c) both a and b d) none of the mentioned
a) return type,function name
a) return type,function name
Tell us why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
Explain what is 'Copy Constructor' and when it is called?
Tell me what are C++ inline functions?
Explain me which operator can be used in C++ to allocate dynamic memory?
Tell me what is a class?
Explain me are you allowed to have a static const member function?
Please explain what is difference between shallow copy and deep copy? Which is default?
Explain me what do you mean by C++ access specifiers?
Tell me which compiler switch to be used for compiling the programs using math library with g++ compiler?
Tell us does C++ supports exception handling? If so what are the keywords involved in achieving the same?