Explain function overloading


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

Post New Answer

More C++ General Interview Questions

How can you quickly find the number of elements stored in a a) static array b) dynamic array ?

5 Answers   Lucent,


Are strings mutable in c++?

0 Answers  


Is it possible for a member function to use delete this?

0 Answers  


What issue do auto_ptr objects address?

2 Answers  


What is slicing?

1 Answers  






Discuss the possibilities related to the termination of a program before entering the mainq method?

0 Answers  


What are stacks? Give an example where they are useful.

0 Answers  


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


What is size_type?

0 Answers  


3- Write a program to find larger and smaller of the two numbers.

4 Answers   Luminous,


What is a list c++?

0 Answers  


Why do we use string in c++?

0 Answers  


Categories