Method Overloading exist in c ?

Answers were Sorted based on User's Feedback



Method Overloading exist in c ?..

Answer / sunitha.gottipati

Method overloading is not supported by c. it is supported
in java

Is This Answer Correct ?    21 Yes 2 No

Method Overloading exist in c ?..

Answer / thavamoorthi

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

Is This Answer Correct ?    20 Yes 2 No

Method Overloading exist in c ?..

Answer / nagulmmera

Not exit in c,method overloading supported in oop

Is This Answer Correct ?    11 Yes 0 No

Post New Answer

More C Interview Questions

what is difference between ++(*p) and (*p)++

17 Answers   Accenture, HCL, IBM,


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

0 Answers  


What is a dynamic array in c?

0 Answers  


what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


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

0 Answers   Infosys,






Do you know null pointer?

0 Answers  


What are the types of type qualifiers in c?

0 Answers  


main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }

2 Answers   CSC,


Explain what is the benefit of using const for declaring constants?

0 Answers  


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

0 Answers   Sikkim Manipal University,


can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...

7 Answers  


Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers

1 Answers  


Categories