All / C
C

malloc

Heap allocation.

💡 THINK OF IT LIKE…
▸ YOUR TURN

Write: int *arr = malloc(10 * sizeof(int));

malloc.c
+150 XP
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '