Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Null deref
//Title of this code //gcc 4.9.2 #include <stdio.h> typedef struct { int* x; } S_t; int main(void) { S_t ss = {0}; S_t* s = &ss; int* p = &s->x[0]; if (p == NULL) { printf("Boom!\n"); } return 0; }
run
|
edit
|
history
|
help
1
FahrenheitToCelcius
menu1.c
gets.c
PREGUNTA 3 - MODULO 4 TERMINADA
150109_RecursividadFactorial
PuntosTriangulo
150108_RecursividadFibonacci
lol
Lab 7 blackjack v1.0
WHY_?