Basic c Program for practice
implementation of vfork() system call create child process using parent block (child and parent run in same memory) but fork() system call The child process and the parent process run in separate memory
Dynamic memory allocation for 4Dimenssional and 3Dimenssional array