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
What C compilers have pointer subtraction underflows?
Jan 24, 2026
c
arrays
pointers
compiler-construction
pointer-arithmetic
What does *(long *) and *(int*) mean?
Jan 24, 2026
c
pointers
casting
dereference
C: make, pass and access const array of pointers to const strings
Jan 23, 2026
c
arrays
string
pointers
Is it possible to implement stack with only pointer to structure (no data type)?
Jan 23, 2026
c
pointers
stack
Create a python list with one pointer pointing to two places
Jan 24, 2026
python
pointers
C/C++ Pointer to a POD struct also points to the 1st struct member
Jan 24, 2026
c++
c
pointers
struct
Why can't my friend class access a private member?
Jan 23, 2026
c++
pointers
linked-list
enumeration
friend
Check if a singly linked list is a palindrome or not in C
Jan 22, 2026
c
pointers
linked-list
palindrome
singly-linked-list
Is it advised to declare variables inside loops?
Jan 23, 2026
c++
pointers
variables
memory-efficient
Pointers comparison
Jan 23, 2026
c
pointers
Time complexity of a Stack ADT implemented using a Linked List
Jan 23, 2026
pointers
data-structures
stack
time-complexity
abstract-data-type
Why is `*(multi + row)` producing a pointer address instead of a value?
Jan 22, 2026
c
pointers
multidimensional-array
Pointers in C: why is the * needed in *address_of_x = &x when getting the address of x?
Jan 22, 2026
c
pointers
syntax
Casting NULL pointers
Jan 21, 2026
c
pointers
casting
Alternatives to C++ Reference/Pointer Syntax
Jan 21, 2026
c++
c
pointers
reference
is it possible? passing address of local static value to main pointer?
Jan 22, 2026
c
pointers
static
Array Pointer not returned the expected value
Jan 22, 2026
c
arrays
pointers
give feedback on this pointer program
Jan 21, 2026
c++
pointers
Older Entries »