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
Project 3 part 2 Book v1.1
Stub Program for Problem 3 HW 2
B_141202_funcionesString
C list
Project 5 v.08
B_141202_PALINDROMO
C code to compare two texts in form of array of chars ignoring the capitalization
Goodone tricky
mod 4
printing numbers without using loop