What are member functions used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is design pattern?
What is size of empty class object
What do you mean by call by value and call by reference?
Give 10 points of differences between C & C++.
What is the difference between the parameter to a template and the parameter to a function?
When do you call copy constructors?
Are strings immutable in c++?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
When should we use container classes instead of arrays?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What are friend classes?