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
co_assign1_ques_4
app1
Spring 2017 Project 2 v1.1
pattern
lab2
A_141124_arrayMaxMin02
experimento con quicksort
iplk
No Pyramid toggle
Spring 2017 Lab 4 v0.5