What do you mean by function and operator overloading in c++?


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

Post New Answer

More C++ General Interview Questions

Explain about templates of C++.

0 Answers  


Are there any new intrinsic (built-in) data types?

1 Answers  


What is a dynamic binding in c++?

0 Answers  


Is rust better than c++?

0 Answers  


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

0 Answers  






What are the five basic elements of a c++ program?

0 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,


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


What's the best free c++ profiler for windows?

0 Answers  


Which programming language is best to learn first?

0 Answers  


Ask to write virtual base class code?

0 Answers   Satyam,


How much do c++ programmers make?

0 Answers  


Categories