Method Overloading exist in c ?

Answer Posted / sunitha.gottipati

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

Is This Answer Correct ?    21 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

715


How to write a code for reverse of string without using string functions?

1575


What is a constant and types of constants in c?

598


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1307


Where are some collections of useful code fragments and examples?

712






How can I do graphics in c?

586


regarding pointers concept

1567


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

696


Do you know pointer in c?

582


What is a macro?

655


What is an auto keyword in c?

636


What are extern variables in c?

543


what value is returned to operating system after program execution?

1598


What do you mean by dynamic memory allocation in c? What functions are used?

650


Do you know the use of fflush() function?

592