Explain function overloading


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

Post New Answer

More C++ General Interview Questions

Can we declare a base-class destructor as virtual?

0 Answers  


What is size of string in c++?

0 Answers  


Is rust better than c++?

0 Answers  


write a program that takes two numbers from user that prints the smallest number

2 Answers  


how can u create a doubly linked list with out using pointers?

2 Answers  


What are the different types of polymorphism in c++?

0 Answers  


What's c++ used for?

0 Answers  


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

0 Answers  


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

0 Answers  


What is the function of I/O library in C++ ?

0 Answers   HCL,


What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?

0 Answers  


How do you initialize a string in c++?

0 Answers  


Categories