What is the use of function overloading in C?


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

Post New Answer

More C Interview Questions

How do you search data in a data file using random access method?

0 Answers  


Program to find largest of three numbers without using comparsion operator?

3 Answers  


Who invented b language?

0 Answers  


WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }

25 Answers  


What is the code for 3 questions and answer check in VisualBasic.Net?

0 Answers   Infosys,


write a program to find lcm and hcf of two numbers??

1 Answers  


How do you override a defined macro?

0 Answers  


What is the difference between a function and a method in c?

0 Answers  


How many bytes is a struct in c?

0 Answers  


write a program to display the array elements in reverse order in c language

16 Answers  


write a progam to compare the string using switch case?

1 Answers  


Between macros and functions,which is better to use and why?

0 Answers  


Categories