Thread: Array applications

  1. #1
    Registered User
    Join Date
    Feb 2015
    Posts
    15

    Array applications

    Hi,

    what are the applications of an Array? Can anyone explain with example?


    thanks in advance.
    Last edited by vinoth14; 03-02-2015 at 11:29 PM.

  2. #2
    Registered User
    Join Date
    Nov 2012
    Posts
    1,393
    The on-site tutorial has a section on that. Did you try reading it yet? Arrays in C - Cprogramming.com

    As for applications there are too many to mention. One example is sorting. A good learning program is to make a program that sorts a sequence of integers in ascending order. You're probably going to use an array to store the integers. You probably also want to put the sorted sequence in an array. And when you print out a long list of integers, you probably want those integers to be in an array.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Get Installed applications list and applications activity
    By arunarora in forum C++ Programming
    Replies: 5
    Last Post: 05-25-2009, 09:41 AM
  2. Applications For C++
    By Krak in forum C++ Programming
    Replies: 5
    Last Post: 02-01-2005, 09:04 PM
  3. vnc applications
    By Waldo2k2 in forum Tech Board
    Replies: 5
    Last Post: 01-12-2005, 09:10 AM
  4. .exe's in web applications
    By face_master in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-02-2003, 10:37 PM
  5. gui applications
    By bigSteve in forum C Programming
    Replies: 2
    Last Post: 02-18-2002, 11:09 AM