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

How do I create a directory? How do I remove a directory (and its contents)?

838


How are strings stored in c?

780


How do you determine a file’s attributes?

797


Describe the steps to insert data into a singly linked list.

816


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

995


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

1224


Explain how can you check to see whether a symbol is defined?

859


What is extern storage class in c?

700


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

900


How do you use a pointer to a function?

843


Is c# a good language?

783


What are the benefits of organizational structure?

759


What are the 4 types of functions?

777


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

867


explain what is an endless loop?

815