Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Str_ptr_arg
//gcc 5.4.0 #include <stdio.h> int c; typedef struct { int a; int b; }str_samp; str_samp sample; int func(str_samp *aptr,int r) { aptr->a=60; return(r); } int main(void) { sample.a=50; sample.b=100; c=func(&sample,20); printf("a=%d, b=%d, c=%d", sample.a,sample.b,c); return 0; }
run
|
edit
|
history
|
help
0
Primo compuesto
Daniel - hw3q2
B_141212_OrdenarArray
Padding Err
Memory leak
purple ghost red orange blue skulls
2.1 Comparision of Matrix Transpose Execution Time
arrows
Lab 9 v1
Lab 9 v0.95