I am into reading reading a article talking about allocating space for pointers that does not say exactly what the PROGRAM BREAK" is but mentions it. I need to know what the program break is. If I create say a pointer to a memory space with malloc..ie
char *ptr = (char*)malloc(100);
is the PROGRAM BREAK the beginning or the end? Is it the ADDRESS of p[0] or p[99] THX