Search:

Type: Posts; User: googleveena

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,533

    Thank you. I got the idea. Thanks

    Thank you. I got the idea.

    Thanks
  2. Replies
    3
    Views
    1,533

    2-D array through pointer

    Hello,

    I am having some problem handling 2-D array through pointer.
    We know a pointer is equivalent to an array.
    for example::


    int arr[5]= {1,2,3,4,5};
    int *arrp;
    arrp = arr;
Results 1 to 2 of 2