Basic script of C programming languag0-malloc_checked.c Allocates memory using malloc
1-string_nconcat.c Concatenates two strings
2-calloc.c Allocates memory for an array, using malloc
3-array_range.c Creates an array of integers
100-realloc.c Reallocates a memory block using malloc and free
101-mul.c Multiplies two positive numbers