Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

Q: What are pass by reference and passby value?

Add comment
Views: 1592
Votes: 9
Comments: 0
A: Pass By Reference means the passing the address itself rather than passing the value. Passby Value means passing a copy of the value to be passed. 
Others in this Category
document Write a simple piece of code to split a string at equal intervals
document What is difference between template and macro?
document Object Lifetimes "To be, or not to be…" When does an object actually exist? This problem considers when an object is safe to use.
document How can I have a variable field width with printf?
document What is Virtual Destructor?
document A Primer on bitset
document What are inline functions?
document Implement Breadth First Search (BFS) and Depth First Search (DFS)
document What is thrashing?
document Write code to remove duplicates in a sorted array.
» More articles



RSS