Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ptr_tp_ptr
//gcc 5.4.0 #include <stdio.h> #define aaddress (*((int*)0x601038)) int a=20, **ptr_to_ptr, *ptr; int main(void) { ptr=&a; ptr_to_ptr=&ptr; **ptr_to_ptr=50; printf("Value:%u, Address:%p",aaddress,&aaddress); return 0; }
run
|
edit
|
history
|
help
0
MatrixMul_shortxshort
A_141117_Primo01
PROTOTIPO PREGUNTA 1 DE GUÍA 4
C programming example for a Person struct and typedef (from ECE 2534)
ayudantia 1 mod 4
Project 3 Part 1 v1.5
Random test
is_there_segfault
Stack frame enum test
4qwrfdsfsaf