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

Explain how can I make sure that my program is the only one accessing a file?

0 Answers  


a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6

7 Answers   TCS,


where are auto variables stored? What are the characteristics of an auto variable?

0 Answers  


how can u print a message without using any library function in c

1 Answers   NIIT,


what is foreign key in c language?

1 Answers   ADP,






what is the hexidecimal number of 4100?

16 Answers   Google,


How can I copy just a portion of a string?

0 Answers  


What is an example of enumeration?

1 Answers  


How do you write a program which produces its own source code as output?

0 Answers  


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


What standard functions are available to manipulate strings?

0 Answers  


what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason

3 Answers  


Categories