When to use “const” reference arguments in a function?


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

Post New Answer

More C++ General Interview Questions

Is nan a c++?

0 Answers  


What is the difference between an array and a list?

0 Answers  


what are the events occur in intr activated on interrupt vector table

0 Answers   HGS,


why the size of an empty class is 1

4 Answers  


catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,






What is switch case in c++ syntax?

0 Answers  


What are the benefits of operator overloading?

0 Answers  


What is the purpose of ios::basefield in the following statement?

0 Answers  


Difference between Constructors and static constructors?

3 Answers   IBM, TCS,


What is anonymous object in c++?

0 Answers  


Difference between strdup and strcpy?

0 Answers  


Why c++ is the best language?

0 Answers  


Categories