what is difference between overriding and overloading?
Answer / jothi16
overridding overloading
1.same function and same 1.same functin
argument diffrernt argument
Is This Answer Correct ? | 5 Yes | 1 No |
How can you read a directory in a C program?
what is the difference between structural,object based,object orientd programming languages?
What is the general form of function in c?
If I have a char * variable pointing to the name of a function ..
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
What is c method?
How can you return multiple values from a function?
What is a macro?
In which language linux is written?
Explain what are run-time errors?
Who developed c language and when?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?