I wrote simple program, there is it:
#include #include int main() { int *p = (int *)calloc(6, sizeof(int)); p[0] = 10;