Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Pointer
#include <stdio.h> void foo(int*); int main() { int i = 10, *p = &i;printf("%p\n", p); foo(p++);printf("%p\n", p); } void foo(int *p) { printf("%p\n", p); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
example of scanf and basic integer manipulation
A_141205_CADENAS
Code2
Primes in binary
intro coding hello world
20171117_TARTAGLIA
merge two dice clay to head sport green globe attacked me seven of prime minister fired
String manipulation
Goodone pointer minus void pointer
Why &(a+1) is not allowed
stackse - search stackoverflow differently
Please log in to post a comment.