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 |
What does node * mean?
why do some people write if(0 == x) instead of if(x == 0)?
Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).
What is difference between union and structure in c?
What language is lisp written in?
wap in c to accept n number display the highest and lowest value
What is the use of c language in real life?
Do you know the use of 'auto' keyword?
what is event driven software and what is procedural driven software?
what is the c.
write a program that finds the factorial of a number using recursion?
Explain high-order and low-order bytes.