what is call by value & call by reference ?
Answers were Sorted based on User's Feedback
Answer / ravi kumar ravuri
In-Call by value, we can send the vale of variable as a
parameter.
In-Call by reference , we can send the memory address of
variable as a parameter
Is This Answer Correct ? | 28 Yes | 3 No |
Answer / mallika srivastava
In call value store in stack and In call by value store in
haep.
Is This Answer Correct ? | 6 Yes | 8 No |
Can you please explain the difference between function and stored procedure?
Write a SQL command to insert and update only a particular field?
Why use sub query in sql server and list out types of sub queries?
What are cursors?
What happens if time-only values are provided as date and time literals?
Explain contrast amongst grouped and non-bunched records?
Write a query to delete duplicate records in SQL SERVER
Get Current System Date Time
Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?
what is sql injection in sql server?
Explain the xml support sql server extends?
How to invoke a trigger on demand?