we all know about the function overloading concept used in
C++ and we all learnt abt that.... but that concept is
already came in C in a very smaller propotion ... my
question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION
OVERLOADING IS USED in C language?????????????

Answer Posted / venkatesh

In c also we are allowed to function overloading with
parameters wherever we like.

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a stream in c programming?

588


Define and explain about ! Operator?

611


Can we use any name in place of argv and argc as command line arguments?

604


Can we declare variable anywhere in c?

533


Describe the order of precedence with regards to operators in C.

628






Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

711


Why c is called object oriented language?

576


What are the 5 data types?

594


Do array subscripts always start with zero?

775


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

2234


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1251


Explain #pragma statements.

600


What is meant by keywords in c?

610


Is fortran still used in 2018?

585


What is string length in c?

600