30. What is an Array -1 in C || Tamil Pro Techniques ||

Описание к видео 30. What is an Array -1 in C || Tamil Pro Techniques ||

we can read and store the values in array by using the index Numbers.
for example:

scanf("%d",& array[ 0 ] );

This statement get an integer value from the user and store it in the index position of 0.

The base address of the array memory will be stored in the array variable, I explain it in the string concept
what is string?
   • 33. String in C || Tamil Pro Techniqu...  

Комментарии

Информация по комментариям в разработке