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

How is table type constraint applied to a table?

0 Answers  


what is mean by crystal repoart? ahere we will mainly use that?

1 Answers  


What is the use of SCOPE_IDENTITY() function?

2 Answers  


What you can do to delete a table without the delete trigger firing?

0 Answers  


How is sql used in sql server?

0 Answers  


wat is the main diff between sql server 2000and sql server 2005

6 Answers   Jade Software,


WHY CAN WE CREATE ONLY ONE CLUSTERED INDEX ON A TABLE IN SQL SERVER?

8 Answers  


How to execute a sql statement using mssql_query()?

0 Answers  


Difference between drill down and drill through report.

0 Answers  


How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?

0 Answers  


Define outer join in sql server joins?

0 Answers  


Explain difference between cross join and full outer join?

0 Answers  


Categories