CGI Interview Question

What are pass by reference and passby value?

Interview Answer

Anonymous

Jun 5, 2012

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.