Can we have a function Overloading with same number of
arguments but with different return types of function
Answer Posted / vikram shinde
function signature (name mangling) is done based on function
name and no. of parameter.we can't diff. by return type
because when function call there will be ambiguty.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is a database example?
What are different types of clusters present?
What is a database lookup?
Define stored procedure?
what is the full procedure for using store procedure in informatica7.1?
How to produce such kind of file?
what is tkprof tool and how it is used???
How do you pass parameter in stored procedure?
List various types of log-based recovery in DBMS.
First input columns brand, mt, re values are ov, 1,re vg, 2,re wu ,3,re. Second input columns are brand, mt, cx their records are ov,4,vg ,5,cx Wu, 6,cx and third input columns brand, mt, rt values are ov,7,rt vg, 8,rt wu, 9,rt but my output is brand, re, cx,rt values are ov, 1,4,7 vg, 2,5,8 wu, 3,6,9
What is table scan and index scan?
Explain storage manager?
How do database connections work?
How concurrency problems effect the database?
Write a query to get maximum and second maximum in oracle?