Search Results

Search: Posts Made By: Tapas Bose
40,100
Posted By Tapas Bose
Thank you sir for your reply. I have a program to...
Thank you sir for your reply. I have a program to generate factorial of a number solved by recursion where I called the fact() function within fact().

---------- Post updated at 07:23 PM...
40,100
Posted By Tapas Bose
Shell script to generate Fibonacci series using recursion
I am facing problem with Shell script to generate Fibonacci series using recursion i.e. recursive function.
Here is my script:

#!/bin/sh

fibo()
{
no=$1
if [ $no -eq 1 ]; then
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 01:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy