Thread: array of 8 arrays of 7 pointers to int

  1. #1
    Registered User
    Join Date
    Aug 2011
    Posts
    385

    array of 8 arrays of 7 pointers to int

    How can we write an array of 8 arrays of 7 pointers to int??

  2. #2
    Registered User
    Join Date
    Jun 2005
    Posts
    6,815
    Sorry, but that looks a bit too much like basic homework.

    You about you try to answer the question, and someone here will give you pointers on whether you are right or wrong?
    Right 98% of the time, and don't care about the other 3%.

    If I seem grumpy or unhelpful in reply to you, or tell you you need to demonstrate more effort before you can expect help, it is likely you deserve it. Suck it up, Buttercup, and read this, this, and this before posting again.

  3. #3
    Registered User
    Join Date
    Dec 2011
    Posts
    795
    How do you write a pointer to an int?

    How do you write an array of pointers?

    How do you write an array of arrays?

    Answer these ^^ questions and you solved the problem.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Accessing elements in an array of pointers to arrays
    By fxtdr79 in forum C Programming
    Replies: 5
    Last Post: 06-05-2010, 09:29 PM
  2. Replies: 7
    Last Post: 05-19-2010, 02:12 AM
  3. Replies: 4
    Last Post: 07-01-2009, 01:53 PM
  4. Array of Pointers to Arrays
    By Biozero in forum C Programming
    Replies: 2
    Last Post: 04-19-2007, 02:31 PM
  5. Array pointers to Multi-Dimensional Arrays
    By MethodMan in forum C Programming
    Replies: 3
    Last Post: 03-18-2003, 09:53 PM