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
Pass mutable object by value
Oct 30, 2025
python
pass-by-reference
pass-by-value
How to pass by reference in Ruby?
Oct 26, 2025
ruby
parameter-passing
pass-by-reference
pass-by-value
pass-by-pointer
Why aren't std::chrono::duration instances passed by value in the Standard Library?
Oct 21, 2025
c++11
pass-by-reference
constexpr
pass-by-value
How Do Vectors Pass By Value?
Oct 20, 2025
c++
vector
pass-by-value
How to delete[] decayed array? [duplicate]
Oct 17, 2025
c++
pointers
dynamic-memory-allocation
delete-operator
pass-by-value
Why a String object has to be passed by reference?
Sep 21, 2025
c#
pass-by-reference
pass-by-value
Points returned by memory allocation functions
Sep 13, 2025
c
pointers
pass-by-reference
realloc
pass-by-value
Is really argument passing by value? [duplicate]
Sep 09, 2025
c#
pass-by-value
byval
Why 2 stars when passing pointer to a string to a function
Sep 04, 2025
c
function
pointers
pass-by-reference
pass-by-value
Java is clearly a pass by value but wanted some clarification
Mar 17, 2023
java
pass-by-reference
pass-by-value
Java array of primitive data types
Feb 26, 2023
java
arrays
types
pass-by-reference
pass-by-value
Does Swift Automatically Clone Arguments?
Feb 15, 2023
parameters
swift
arguments
pass-by-reference
pass-by-value
Returning a vector of bitsets in C++ [closed]
Feb 09, 2023
c++
vector
pass-by-value
bitset
Modifying string literal passed in as a function
Jan 17, 2023
c
pointers
pass-by-reference
pass-by-value
string-literals
Are Java function parameters always passed-by-value for arrays? [duplicate]
Dec 29, 2022
java
arrays
pass-by-value
C pass array of structs by reference or by value to a function
Dec 26, 2022
c
struct
pass-by-reference
pass-by-value
Difference between passing a pointer by value and reference?
Dec 18, 2022
c++
function
pointers
pass-by-reference
pass-by-value
What happens to a parameter if it is passed twice? Once by value and once by reference? Will it be modified or not?
Dec 16, 2022
c++
parameters
pass-by-reference
pass-by-value
Why is copy constructor not called
Dec 12, 2022
c++
copy-constructor
pass-by-value
return-by-value
How to copy elements from an ArrayList to another one NOT by reference?
Dec 13, 2022
java
arraylist
constructor
pass-by-value
Older Entries »