Method Overloading exist in c ?

Answer Posted / thavamoorthi

c does not support the method overloading it supported only by object oriented

Is This Answer Correct ?    20 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use & in c?

587


How can I get back to the interactive keyboard if stdin is redirected?

663


What is %d called in c?

754


What are compound statements?

622


What is the difference between arrays and pointers?

631






How is a macro different from a function?

652


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

585


What is a lookup table in c?

622


How reliable are floating-point comparisons?

621


Write a program in c to replace any vowel in a string with z?

684


What does *p++ do? What does it point to?

612


int i=10; printf("%d %d %d", i, i=20, i);

1006


What is the easiest sorting method to use?

632


Why clrscr is used after variable declaration?

1035


What is difference between arrays and pointers?

577