Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

array in c

- An array is a pointer 

  int arr[6]={11,12,13,14,15,16};

  : arr is a pointer that stores the address of the first element in the array

- An array is contiguous blocks of memory that store a value
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #array
ADD COMMENT
Topic
Name
4+5 =