Answer Posted / ningu
functional overloading means in a program we can have one or
more functions with the same name but they must differ in
:No of parameters passed
:order of the parameter passed
:the type of the parameter
Oop languages like C++ and Java posses this tecnique
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What is c++ runtime?
Can you use the function fprintf() to display the output on the screen?
What is atoi in c++?
What is the difference between C and CPP?
Explain what you mean by a pointer.
What is a literal in c++?
How are virtual functions implemented in c++?
How do you differentiate between overloading the prefix and postfix increments?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is command line arguments in C++? What are its uses? Where we have to use this?
what kind of projects are suitable for c and c++
Define a pointer to a data member of the type pointer to pointer?
Explain operator overloading.
What do you mean by function pointer?