Question:

What are passing arguments by reference and passing arguments by value?

 

Answer 

passing arguments by value:Means any changes made to those values within the scope of the function are ignored outside of the function.

passing arguments by reference:Means any changes made to those values within the scope of the function are reflected outside of the function.

 


Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in D:\webserver\www\vcampusbd.com\answers\column_answer_two.php on line 128
+ Report
Total Preview: 3010

What are passing arguments by reference and passing arguments by value?

Copyright © 2024. Powered by Intellect Software Ltd