Search:

Type: Posts; User: Jasir Ali

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,425

    #include void input(int t[][3]); ...

    #include<iostream.h>

    void input(int t[][3]);

    void product(int a[][3], int b[][3], int c[][3]);

    void display(int [][3]);

    void main()
  2. Replies
    8
    Views
    5,501

    #include #include struct...

    #include<iostream.h>
    #include<math.h>
    struct fractions
    {
    float a,b,c,d,e,f;
    };

    float sum (float u,float v);
    int GCD(int a, int b);
    int main (void)
Results 1 to 2 of 2