All / C
C

calloc

Zeroed allocation.

💡 THINK OF IT LIKE…
▸ YOUR TURN

Write: int *arr = calloc(10, sizeof(int));

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