Search:

Type: Posts; User: amee

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,195

    Try this code... Things added: 1. One mroe...

    Try this code...

    Things added:
    1. One mroe pointer to keep track of the previous node visited while searching.
    2. Check w.r.t the no. of elements in the list.
  2. Replies
    9
    Views
    2,198

    try this...

    try this...




    /* program to calculate the cumulative products of a set of numbers*/
    #include <stdio.h>
    #include <math.h>
    void main()
    {
Results 1 to 2 of 2