Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What return value must conversion operators have in their declaration?
what is an array
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Can we overload operator in c++?
Describe private, protected and public?
What are the various compound assignment operators in c++?
Can you Mention some Application of C/C++?
Describe the main characteristics of static functions?
What is constructor c++?
What is a volatile variable in c++?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
What is the difference between std::vector and std::list