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
CO Assignment 1 Question 2
Stub Program for Problem 4 HW 2
day 2
Multiple if statement v0.8
time clock and day count through second by user input (ratneshgujarathi)
strcmp
LECTURA DE CADENAS CON FGETS
MATRIZ DE CADENAS
e
K&R/1_5