POINTER TO ARRAY IN C IN TAMIL
PART-63 POINTER TO ARRAY IN C/C++ # C PROGRAMMIN IN TAMIL
Array of pointers in a group of pointers of the same datatype.
int *arr[ 10 ]; This has 10 pointers.
*arr[0] , *arr[1] , …. , *arr[9]
Pointer to array is a single pointer which contains the address of the first element of the array.
Usually the array name points to the first element of the array.
__
like our face book page..
https://www.facebook.com/SANTRATECHSPOT
--------------------------------------------------------------------------------
send request our channel official facebookprofile...
https://www.facebook.com/santra.techspot.5
---------------------------------------------------------------------------------
Download
0 formats
No download links available.
PART-63 ARRAY OF POINTER IN C/C++ # C PROGRAMMIN IN TAMIL | NatokHD