answersLogoWhite

0

Here are some:

Create an array

Destroy it

Access an element of it

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Explain the Different types of array?

one dementional array and two dementional array


What is the array function in CAD?

there r 2 types of array in cad - rectangular array and polar array...........


What are some types of grinding?

1) Types of grinding operation? 2) Types of Milling Operation ? 3) Types of Buffing Operation? 4) Types of Grooving operation? 5) Types of Barreling Operation?


What are the array operations?

There are no array operations in C. Arrays implicitly convert to pointers, thus any operation you might attempt upon an array you would actually perform on a pointer.


How do you add different logo to my page?

if (class_exists('MultiPostThumbnails')) { //$types = array('post', 'page'); $types = array('page'); foreach($types as $type) { new MultiPostThumbnails(array( 'label' => 'Header Banner', 'id' => 'secondary-image', 'post_type' => $type ) ); } }


When an array contains values other than primitive data types is it considered a control array?

Only if the non-primitive data types are actually controls, such as an array of label controls, or an array of edit boxes. However, a control array is still an array. The only difference is that the values will likely be resource handles (objects that refer or point to the actual object which will be stored elsewhere in memory) rather than an actual value itself. That is, an array of primitive data types stores the actual value in the array itself.


Why array is differ from structure?

An array is an aggregate of the same type. A structure is an aggregate of different types.


Why index of array start from 0?

In order to provide flexibility in modular operation.


What are the different logic gates?

1.) what is operating system? 2.) what an array ? how is an array different from ordinary variable ?


What is the difference between an array and structure?

An array is a collection of related data elements of same type.Structure can have elements of different types.An array is a derived data type.A structure is a programmer-defined data type.A struct can contain multiple data types, whereas an array can not.


What is array processor and what is the role of attached array processor?

aray processor is a processor that performs computations on large arrays of data. It is of two types: (1) attached array processor. (2)SIMD array processor.


What does square brackets mean?

It means indexing into an array. The array could be an array of built in primitive types or array of objects. The index must be a numeric value greater than or equal to 0.