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 do I run c++?

0 Answers  


Explain function overloading

0 Answers  


When we use Abstract Class and when we use Interface?where we will implement in real time?

0 Answers  


What is const in c++?

0 Answers  


Explain the volatile and mutable keywords.

0 Answers  


Why ctype h is used in c++?

0 Answers  


Is map sorted c++?

0 Answers  


Is it possible for a member function to delete the pointer, named this?

0 Answers  


Why do we use double in c++?

0 Answers  


What are the benefits of pointers?

0 Answers  


What is friend class in c++ with example?

0 Answers  


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


Categories