Objective-C

353
3740 reads

March 6, 2013

Function Passing Pointers


Program which pass pointer value as an argument to a function.

235
2507 reads

March 6, 2013

Function Passing Constant Array


Program which shows passing constant array as argument to defined function.

276
3687 reads

March 6, 2013

Function Passing Arrays


Program which shows passing array as an argument to function.

226
1733 reads

March 6, 2013

Function with Arguments


Program which shows how to pass arguments to a function.

263
2673 reads

March 6, 2013

Function


Simple program to call function from main.

193
1630 reads

March 6, 2013

Arrayloop


Program explains accessing array elements by using for loop and calculates average of value of elements in array.

181
1975 reads

March 6, 2013

array


Program shows how to assign value to specific index of array.

362
3645 reads

March 6, 2013

array2


Program shows how to access array element and performing operation on array elements.

279
2964 reads

March 6, 2013

Enumeration


Program shows implementation of enumerator.

272
2880 reads

March 6, 2013

Initialize Array


Program shows how to initialize an array and calculate array length.