Differentiate between an inspector and a mutator ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


Tell me difference between constant pointer and pointer to a constant.

0 Answers   Honeywell, Zomato,


What is general form of pure virtual function? Explain?

0 Answers  


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

0 Answers  


What are c++ manipulators?

0 Answers  






what is the difference between overloading & overriding? give example.

0 Answers  


What is vector processing?

0 Answers  


an integer constant must have atleast one a) character b) digit c) decimal point

0 Answers  


What do you mean by function overriding & function overloading in c++?

0 Answers  


Explain mutable storage class specifier.

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  


What is split a string in c++?

0 Answers  


Categories