CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
memory-address
09-07
Net
How to take a pointer address as command line argument in C
09-05
Back-end
Why use adr and ldr x2, =var to get the address of a variable?
08-24
OS
Void pointer to a string printing incorrect address
07-07
Back-end
Array, which elements links to elements of another array
07-04
Back-end
Why do we use (bytes) instead of (bits) in pointers arithmetic and array's addresses?
07-02
OS
How are 14-bit memory addresses accessed?
06-22
front end
Memory address of two different variables are same when their value is same?
06-18
front end
Pointer Reference and Deference in C, Overriding value or Address?
05-26
Blockchain
What's differences between address space, addressability, word-addressable, addressing mode?
05-20
Mobile
Twos pointers reflects the same value but with different address( C language)
05-19
Net
Assigning variable address to pointer. Dereferencing pointer causes segmentation fault. How?
04-08
Back-end
Confused with references on pointers in C
04-02
OS
I don't need an output of a function, how to give it undeclared address to store that output
03-16
Back-end
Different address while duplicating string literal
02-16
other
Can the unary & operator yield the address 0 (null pointer)?
12-22
Net
Subtracting two following addresses that containing ints returns 1 and not 4 as expected
12-17
OS
Pointer not incrementing in printf statement?
12-10
OS
Is there a way to check if a memory address is between two other addresses?
12-03
database
How variables are allocated in memory in C?
12-02
Back-end
In 32-bit mode without paging, how to calculate the physical address?
11-28
Software design
ASLR and memory layout on 64 bits: Is it limited to the canonical part (128 TiB)?
11-25
front end
Could I load elf and get virtual address from /proc/pid/maps before actually running it?
11-24
database
What is the address of a pointer in C?
11-19
database
Program to print file contents unable to run, returns "Instruction at <address> reference
11-16
OS
indirect adressing in assembly (x86)
11-12
Enterprise
Pointers and addresses in C
10-24
Back-end
How can I check if a given address is 32-bit or 64-bit?
10-03
database
Keep printing the last element in the linked list
09-29
Enterprise
Is there a way to print all memory addresses a variable is stored in?
09-24
OS
how does storing into and loading from memory work; which addresses are affected when you store a 32
09-23
OS
Confused on how memory is allocated
09-22
Software design
C - Local variables have the same address and value
09-22
Mobile
Two reference pointing to the same object in memory but works independently in java?
09-21
Enterprise
How to find the adress of next array of the first array using pointers in c
Links:
CodePudding