what is call by value & call by reference ?

Answers were Sorted based on User's Feedback



what is call by value & call by reference ?..

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

what is call by value & call by reference ?..

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

Post New Answer

More SQL Server Interview Questions

Can you please explain the difference between function and stored procedure?

0 Answers  


Write a SQL command to insert and update only a particular field?

0 Answers   ADITI,


Why use sub query in sql server and list out types of sub queries?

0 Answers  


What are cursors?

8 Answers  


What happens if time-only values are provided as date and time literals?

0 Answers  


Explain contrast amongst grouped and non-bunched records?

0 Answers  


Write a query to delete duplicate records in SQL SERVER

36 Answers   Infosys,


Get Current System Date Time

2 Answers  


Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?

0 Answers  


what is sql injection in sql server?

2 Answers   TATA,


Explain the xml support sql server extends?

0 Answers  


How to invoke a trigger on demand?

0 Answers  


Categories