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 |
What is the best way to move n number of DTS package from one SQLServer to another SQLServer?
What are filegroups in sql server?
application server is slow what may be the problem
What is data modification?
What is the process of indexing?
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.
How to create function without parameter in sql server?
What happens if ntwdblib.dll is missing on your machine?
how to insert the values in 5 table at a time with triggers . if u have any solution then co-operate me ?
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?
can primery key be a non clustered index?