Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
printint a struct
//gcc 5.4.0 #include <stdio.h> struct p { int a; int b; int c; int d; int e; int f; char g[100]; }; extern struct p foo() { struct p s = {1,2 }; return s; } int main(void) { struct p s = foo() printf("%d\n", s); return 0; }
run
|
edit
|
history
|
help
0
PJE
18BCE2182 ASSESS_1 Q2-2
gets.c
Assignment 5 v2
C Array Demonstration
Add c
my first matrix addition
Switch
Rationale Zahlen
SEGUNDO AVANCE DE NETFLIX