Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in pass-by-value
Can we overload a function based on only whether a parameter is a value or a reference?
Apr 12, 2022
c++
pass-by-reference
overloading
pass-by-value
static, Java is pass by value. then why my program show that output?
May 08, 2022
java
pass-by-value
What do "value semantics’" and "pointer semantics" mean in Go?
Dec 22, 2021
go
pointers
data-structures
pass-by-value
pass-by-pointer
Does Array.find method return a copy or a reference of the matched element form given array? [closed]
Nov 07, 2022
javascript
arrays
pass-by-reference
pass-by-value
How do I pass an object by value?
Oct 16, 2022
parameter-passing
pass-by-reference
d
pass-by-value
Pretending .NET strings are value type
Sep 18, 2022
.net
string
pass-by-reference
pass-by-value
Why can't my Java method change a passed variable? [duplicate]
Dec 08, 2017
java
variables
null
pass-by-reference
pass-by-value
Why is a volatile local variable optimised differently from a volatile argument, and why does the optimiser generate a no-op loop from the latter?
Oct 13, 2018
c++
optimization
g++
volatile
pass-by-value
Is there a point to define move-only objects in c++11?
Mar 11, 2021
c++
c++11
std
smart-pointers
pass-by-value
Call by reference, value, and name
Aug 23, 2022
pass-by-reference
pass-by-value
pass-by-name
Python: What is the difference between Call-by-Value and Call-by-Object?
Jul 02, 2017
python
arguments
parameter-passing
pass-by-value
How can I change Integer value when it is an argument like change array's value? [duplicate]
Jan 16, 2017
java
integer
pass-by-reference
pass-by-value
Properties - by value or reference?
Jan 13, 2018
c#
.net
properties
pass-by-reference
pass-by-value
Object by Reference vs. Reference by Value
Nov 01, 2022
java
pass-by-reference
pass-by-value
Can someone explain to me what the reasoning behind passing by "value" and not by "reference" in Java is?
May 06, 2022
java
pass-by-reference
pass-by-value
Any differences between f(const string &) and f(const string )?
Oct 25, 2022
c++
constants
pass-by-reference
pass-by-value
Input parameter passing: is there a size threshold for efficient pass-by-value?
Mar 21, 2022
c++
parameter-passing
pass-by-value
Assigning to a new value to an object passed into a function in JavaScript
Aug 22, 2022
javascript
pass-by-reference
pass-by-value
Is There a Reason Standard Algorithms Take Lambdas by Value? [duplicate]
Nov 05, 2022
c++
algorithm
lambda
pass-by-reference
pass-by-value
How to access variable by id? [duplicate]
Nov 17, 2022
python
pointers
reference
pass-by-reference
pass-by-value
« Newer Entries
Older Entries »