Array
#1

Array

[attachment=16923]

Operations on Array-insertion


To insert the new elements in the existing array following different positions of the arrays used:
1At the end of the array.
2At the beginning of the array
3At given position

Insertion at the beginning of the array:
If UB=MAX then write array is overflow and Stop
Read Data
K <-UB
Repeat step 5 while k>=LB
A(k+1) <- A(k)
K<-k-1
A(LB) <-Data
Stop


Operations on Array-Deletion


Deletion is possible in three ways
From the end
From the begning
From the given location


Two-Dimensional Array


An array in which the elements need to be referred by two indices.
It is also called matrix.
Represented as:
A[i][j] for 0<=i<=m and 0<=j<=n
Where m is number of rows
n is number of columns



Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Design and analysis with low side lobes of Fractal Linear Array Antenna project uploader 0 325 21-02-2012, 11:42 AM
Last Post: project uploader
  Planar Array Antenna – Implementation seminar addict 0 568 02-02-2012, 03:11 PM
Last Post: seminar addict

Forum Jump: