How a modifier is similar to mutator?


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

Post New Answer

More C++ General Interview Questions

What are inline functions?

2 Answers   Fidelity, Verizon,


What is a wchar_t in c++?

0 Answers  


how to access grid view row?

0 Answers  


Explain Text Manipulation Routines?

0 Answers  


What is the c++ code?

0 Answers  






What does ios :: app do in c++?

0 Answers  


What is difference between c++ and c ++ 14?

0 Answers  


How are the features of c++ different from c?

0 Answers  


What does it mean to declare a member variable as static?

0 Answers  


What is a virtual destructor?

2 Answers  


Differences between private, protected and public and give examples.

0 Answers  


What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


Categories