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 pointers
Is an array argument passed to a function not a constant pointer?
Nov 12, 2022
c++
c
arrays
pointers
Why is memory alignment required? [duplicate]
Nov 03, 2022
c++
c
memory
pointers
memory-alignment
What is the difference between scanf("%d", *p) and scanf("%d", p)?
Apr 09, 2019
c
arrays
pointers
dereference
What's the difference between "int *a[5]" and int(*a)[5]"? [duplicate]
Aug 20, 2022
c++
c
arrays
pointers
*(a++) is giving error but not *(a+1)?? where a is array name?
Oct 17, 2022
c
arrays
pointers
Passing a modifiable parameter to c++ function
Oct 19, 2022
c++
pointers
parameters
reference
Why are pointers and recursion looked upon as a complicated issues?
Aug 18, 2022
pointers
recursion
Pointer to Function Pointer
Sep 06, 2022
c
pointers
function-pointers
Are array of pointers to different types possible in c++?
Nov 15, 2022
c++
arrays
pointers
Switch pointers in a function in the C programming language
Mar 27, 2022
c++
c
pointers
function
swap
Difference between char* and char** (in C)
Sep 13, 2017
c
string
pointers
Why can't you access the address space of another process since Windows 95?
Sep 30, 2022
c++
c
windows
winapi
pointers
Why does strcpy trigger a segmentation fault with global variables?
Oct 20, 2022
c
scope
pointers
segmentation-fault
character
I wonder what really the &a returns?
Oct 31, 2022
programming-languages
c++
c
pointers
reference
The use case of 'this' pointer in C++
May 24, 2022
c++
pointers
Why can't I directly assign an int to an int pointer like this: int *p = 6;?
Aug 25, 2022
c++
c
pointers
initialization
variable-assignment
What is the reason for the existent difference between C and C++ relative to the unary arithmetic operator +
Nov 09, 2021
c++
c
pointers
unary-operator
Compare pointers to C functions in Swift
May 06, 2022
c
swift
pointers
swift3
Will the new expression ever return a pointer to an array?
Aug 22, 2022
c++
arrays
pointers
types
new-operator
interfacing with D Properly return an Array of Struct
Dec 14, 2018
c#
pointers
interop
d
« Newer Entries
Older Entries »