Assignment operators

PHP

  • A4444........until stack overflow
  • B4321
  • CCompiler error
  • DLinker Error
  • Avoid
  • Bint
  • Cchar
  • DBoth A and B and C
  • ACall by value passes the address of the argument to the function, while call by reference passes a copy of the argument value.
  • BCall by value passes a copy of the argument value to the function, while call by reference passes a reference to the argument variable.
  • CCall by value and call by reference are the same thing.
  • DCall by value passes a reference to the argument variable, while call by reference passes a copy of the argument value.