Explain "const" reference arguments in function?


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

Post New Answer

More C++ General Interview Questions

How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)

2 Answers  


What are static variables?

0 Answers  


Explain what are mutator methods in c++?

0 Answers  


What is the use of main function in c++?

0 Answers  


Name four predefined macros.

0 Answers  






Write about all the implicit member functions of a class?

0 Answers  


How to declare a function pointer?

0 Answers  


What do you mean by friend class & friend function in c++?

0 Answers  


Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 Answers  


what do you mean by memory management operators

4 Answers   HCL,


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

0 Answers  


Incase of a function declaration, what is extern means?

0 Answers  


Categories