Objective-C

353
3749 reads

March 6, 2013

Function Passing Pointers


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

235
2514 reads

March 6, 2013

Function Passing Constant Array


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

276
3694 reads

March 6, 2013

Function Passing Arrays


Program which shows passing array as an argument to function.

226
1740 reads

March 6, 2013

Function with Arguments


Program which shows how to pass arguments to a function.

263
2682 reads

March 6, 2013

Function


Simple program to call function from main.

193
1643 reads

March 6, 2013

Arrayloop


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

181
1989 reads

March 6, 2013

array


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

362
3655 reads

March 6, 2013

array2


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

279
2976 reads

March 6, 2013

Enumeration


Program shows implementation of enumerator.

272
2888 reads

March 6, 2013

Initialize Array


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