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 |
4. main() { int c=- -2; printf("c=%d",c); }
What is zero based addressing?
What is difference between structure and union in c?
Explain how can I convert a number to a string?
How to add two numbers with using function?
Is c dynamically typed?
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
what is the difference b/w NULL and null?
why TCS selected more student in the software field from all institution.
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
what are the stoge class in C and tel the scope and life time of it?
How does normalization of huge pointer works?