News

1. It declares and initializes variables n, i, a, b, and c. n stores the number of terms entered by the user. i is used as a loop counter. a and b represent the first two terms of the Fibonacci series ...
I write a c program that finds the fibonacci series and its sum. Parent process takes the number of elements from user and send it to child process. Child process find the fibonacci series, print them ...