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

What is the best way to move n number of DTS package from one SQLServer to another SQLServer?

1 Answers   RBS,


What are filegroups in sql server?

0 Answers  


application server is slow what may be the problem

0 Answers   Microsoft,


What is data modification?

0 Answers  


What is the process of indexing?

0 Answers  






write the query for find the top 2 highest salary in sql server

36 Answers   Cranes, Jayanti Software, Medi Assist, Rmax, TCS,


employee table has employee id ----------- empid ---------------- 1 2 3 3 3 4 5 5 5 6 6 6 7 here the values r repeated two times.how to select the repeated values only.i.e 3,5,6 should alone come.

3 Answers  


How to create function without parameter in sql server?

0 Answers  


What happens if ntwdblib.dll is missing on your machine?

0 Answers  


how to insert the values in 5 table at a time with triggers . if u have any solution then co-operate me ?

1 Answers  


What are the new features introduced in SQL Server 2000 (or the latest release of SQL Server at the time of your interview)? What changed between the previous version of SQL Server and the current version?

0 Answers  


can primery key be a non clustered index?

10 Answers  


Categories