Search:

Type: Posts; User: xxshankar

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    30,638

    How do I get the inverse of col1? #include...

    How do I get the inverse of col1?



    #include <stdio.h>
    #include <conio.h>
    #include <iostream>
    #include <ctype.h>

    int printArray(int pary[][5]);
  2. Replies
    3
    Views
    30,638

    Print a 2D Array

    How do I print a 2D array.



    #include <stdio.h>
    #include <conio.h>
    #include <iostream>
    #include <ctype.h>

    int main()
  3. Replies
    5
    Views
    26,762

    Thanks, I started a new post.. Need lots of help...

    Thanks, I started a new post..
    Need lots of help on that one
  4. Replies
    2
    Views
    10,139

    Swapping Rows and Columns in a 2D array

    I need help with this problem

    Write a program with a function called ManipulateArray. This function should accept a 2 dimensional array of size 5 by 5 and perform the following

    • Initialize...
  5. Replies
    5
    Views
    26,762

    2D Array swap and sum

    I need help with this problem

    Write a program with a function called ManipulateArray. This function should accept a 2 dimensional array of size 5 by 5 and perform the following

    • Initialize...
Results 1 to 5 of 5