Answer Posted / hrpynux@gmail.com
Function Overloading allows us to have multiple functions with the same name but with different function signatures in our code. These functions have the same name but they work on different types of arguments and return different types of data. ... Therefore, C does not support function overloading.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What will the preprocessor do for a program?
What is union and structure in c?
What is sizeof in c?
What is a char c?
Why doesnt long int work?
Explain pointers in c programming?
how to make a scientific calculater ?
Explain the Difference between the New and Malloc keyword.
Write a program to swap two numbers without using third variable in c?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is pointers in c?
What is pointer & why it is used?
What is the difference between a free-standing and a hosted environment?
What is meant by keywords in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none