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
Media de 3 numeros
MÓDULO 3, PREGUNTA 1, GUÍA 4
16-bit signed or unsigned int -> ASCII
Project 3 part 2 Book v0.6
Intro coding hello world
TeleBook2
eliminate_duplicates.c
thermal_containers
Area of a rectangular prism
20171117_TARTAGLIA