Thread: 2D array storing

  1. #1
    Anirban Ghosh
    Join Date
    Jan 2006
    Posts
    278

    2D array storing

    In C, a 2D array is stored in row major or column major form?

  2. #2
    Registered User Cooloorful's Avatar
    Join Date
    Feb 2009
    Posts
    59
    Row major.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. question about multidimensional arrays
    By richdb in forum C Programming
    Replies: 22
    Last Post: 02-26-2006, 09:51 AM
  2. Copying from one 2d array to another....with a twist
    By Zildjian in forum C++ Programming
    Replies: 2
    Last Post: 10-24-2004, 07:39 PM
  3. Replies: 6
    Last Post: 10-21-2003, 09:57 PM
  4. Struct *** initialization
    By Saravanan in forum C Programming
    Replies: 20
    Last Post: 10-09-2003, 12:04 PM
  5. Help with an Array
    By omalleys in forum C Programming
    Replies: 1
    Last Post: 07-01-2002, 08:31 AM