Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
_Generic / struct
#include <stdint.h> #include <stdio.h> struct foo { unsigned _id; }; #define foo_make(x) \ _Generic( \ (x), \ struct foo: (x), \ default: 0) int main(void) { struct foo i; struct foo j = foo_make(i); return 0; }
run
|
edit
|
history
|
help
0
Projdi si to
lab7
pointer
Herout (67) - 13
Základy UDP
Lee hora y suma un segundo
Bucles: suma impares menores que N
Eukleidova algoritmu
Printf ejemplos varios
scanf() and printf()