Results 1 to 2 of 2

Thread: C Programming - Linked Lists

  1. #1
    Moderator
    Join Date
    Oct 2005
    Answers
    305

    C Programming - Linked Lists

    C Programming - Linked Lists

    In this tutorial you will learn about C Programming - Linked Lists, Structure, Advantages of Linked List, Types of linked list and Applications of linked lists.

    A linked list is called so because each of items in the list is a part of a structure, which is linked to the structure containing the next item. This type of list is called a linked list since it can be considered as a list whose order is given by links from one item to the next.

    C Programming - Linked Lists

    Last edited by admin; 06-19-2012 at 07:15 AM.

  2. #2
    Junior Member
    Join Date
    Feb 2007
    Answers
    1

    Re: C Programming

    How can i convert multi dimensional array into single dimensional array??? for ex:as shown as one below for (l=0; l < 2; l++) for (j=0; j < a; j++) for (i=0; i < b; i++) for (k=0; k < 2; k++) m[l][j][i][k] = 0;


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact