Pergunta de entrevista da empresa CGI

What are pass by reference and passby value?

Resposta da entrevista

Sigiloso

5 de jun. de 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.