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

SYNTAX FOR VIEWS WITH EXAMPLE HOW TO LINK TWO TABLES

1 Answers   Microsoft,


How should i optimize the time for execution of stored procedure having single input and many output from the different tables?

0 Answers  


What are the different ways you can create databases in sql server?

0 Answers  


Explain raiserror in sql server?

0 Answers  


How to retrieve error messages using mssql_get_last_message()?

0 Answers  






What is the difference between a function and a trigger?

0 Answers  


How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?

0 Answers  


What stored by the model?

0 Answers  


What is explicit cursors?

0 Answers  


Can we store videos inside the sql server table?

0 Answers  


hi, may i know what is the command to get abstract the current month, current year and current day from a given date.i want these three in a isolated way..seperatedly is that any way in sql server 2000

3 Answers  


What are the instances when triggers are appropriate?

0 Answers  


Categories