Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Condiciones: Puntos cuadrantes
pattern1
Punteros: dame tres valores
Funciones: MandelBrot
Vectores: Burbuja
Projdi si to
Bucles: Media 10 positivos y negativos tecleados
Bucles: Múltiplos de 4 hasta N tecleado por el usuario
VKI_Mihalyk_3_2
Triángulo Asteriscos
Please log in to post a comment.