Arrays in C Programming Language

arrays-in-c-programming-language

An array is a sequence of data in memory, wherein all data are of the same type and are placed in physically adjacent locations. Thus array is a collective name given to the group of similar types and quantities. Array declarations: Syntax e.g. Accessing array elements once an array is declared, we refer the individual … Read more