Method Overloading exist in c ?
Answers were Sorted based on User's Feedback
Answer / sunitha.gottipati
Method overloading is not supported by c. it is supported
in java
| Is This Answer Correct ? | 21 Yes | 2 No |
Answer / thavamoorthi
c does not support the method overloading it supported only by object oriented
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / nagulmmera
Not exit in c,method overloading supported in oop
| Is This Answer Correct ? | 11 Yes | 0 No |
What is the importance of c in your views?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
Why is it usually a bad idea to use gets()? Suggest a workaround.
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
how to connect oracle in C/C++.
what value is returned to operating system after program execution?
How many loops are there in c?
Explain how can I write functions that take a variable number of arguments?
Is c weakly typed?
What is a char c?
What is the scope of an external variable in c?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none