what is difference between overriding and overloading?
Answer Posted / jothi16
overridding overloading
1.same function and same 1.same functin
argument diffrernt argument
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is difference between union All statement and Union?
Explain what is the stack?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is the use of #include in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
How we can insert comments in a c program?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Which function in C can be used to append a string to another string?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is #pragma statements?
Explain the bubble sort algorithm.
FILE PROGRAMMING
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Why does not c have an exponentiation operator?
write a proram to reverse the string using switch case?