Function (computer programming): Difference between revisions

Content deleted Content added
Rempy1 (talk | contribs)
m Added links to relevant articles for important terms.
Line 195:
! Convention !! Description !! Used in
|-
| [[Call by value|by value]] || A copy of the argmentargument is passed || Default in most Algol-like languages after [[Algol 60]], such as Pascal, Delphi, Simula, CPL, PL/M, Modula, Oberon, Ada, and many others including C, C++ and Java
|-
| [[Call by reference|by reference]] || A reference to the argument is passed; typically its address || Selectable in most Algol-like languages after [[Algol 60]], such as Algol 68, Pascal, Delphi, Simula, CPL, PL/M, Modula, Oberon, Ada, and many others including C++, Fortran, PL/I