Assignment 1


This assignment consists of 3 parts:

  1. Posting in news group (How to)

  2. Unix familiarization(User Manual)

  3. Create your homepage

    This homepage should provide information about yourself. Try using pictures and make the page attractive.
    Download these two C programs

    Both of them calculate the nth fibonacci number given on the command line using two different methods.
    Compile these programs using gcc.
    Execute them with the time command and compute the time required for the execution of the two programs.

    The time output of the two programs should be noted for various values of input and your homepage should contain this information in suitable format.
    Make use of tables and frames in your homepage


References:

  1. Kernighan, Brian W. Pike, Rob,

    Unix Programming Environment

  2. HTML Documentation