11.02.2012

Flowchart for Fibonacci Series

Q. Draw the flowchart of Fibonacci series C program.

Ans.

Flowchart for Fibonacci series C program as:

Fibonacci series Flowchart
Figure: Flowchart for generate Fibonacci series



Related programs:

6 comments:

  1. we need to print the value of z......not x!

    ReplyDelete
    Replies
    1. @Abhik
      We want to print the Fibonacci series so here x represent Fibonacci series. See Fibonacci program:

      http://cprogrammingcodes.blogspot.in/2011/09/fibonacy-series-c-program.html

      Delete
    2. i have a doubt..why are you using a box for printing instead of a parallelogram?

      Delete
  2. can u give me the algorithm for this program?

    ReplyDelete
  3. Am not understanding the function of decision box ..
    can u plzzz tell about it,..

    ReplyDelete
  4. Why is it box not a PARALLELOGRAM
    PARALLELOGRAM=INPUT/OUTPUT
    BOX=PROCESS

    ReplyDelete