Login
Remember
Register
Ask a Question
Does Go support pointer arithmetics?
0
votes
asked
Aug 19, 2022
in
GoLang
by
john ganales
Does Go support pointer arithmetics?
pointer-arithmetic
golang
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 19, 2022
by
john ganales
Go programming language doesn't provide support for pointer arithmetic.
...