C program which illustrates sending signal from one process to another by using kill API. Also check if the program have permission to send the signal or not Team Topic Nest October 11, 2019 0 Comments Read More
C Program to register signal handler for SIGTERM and when it receives the signal, the program should print some information about the origin of the signal Team Topic Nest October 11, 2019 0 Comments Read More
C program that accepts a valid directory names as a command line argument and lists all the files in the given directory as well as all the subsequent sub directories Team Topic Nest October 11, 2019 0 Comments Read More
C program that creates a child process to read commands from the standard input Team Topic Nest October 11, 2019 0 Comments Read More
Php Php program for finding the biggest number in an array without using any array functions Team Topic Nest October 5, 2019 0 Comments Read More
Php Php program to find a factorial of given number Team Topic Nest October 3, 2019 0 Comments Read More