Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
A3Q1
//clang 6.0.0 #include <stdio.h> int main(void) { int a = 3; printf("This is the value of a before CallFun: %d\n", a); CallFun(&a); printf("This is the value of a after CallFun: %d\n", a); return 0; } // Address --> value: * // Value --> address: & int CallFun(int *n) { *n = 17; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
UDP - Male/Velke pismena
Vectores: Llena vector con números al azar
Punteros: strlen
Herout (67) - 8+9
Ducktype
Code
Día de la semana
myblkqsort-ptr 20m numbers
Sin(x) in C Teylor
ejemplos bucles basicos
Please log in to post a comment.