Comments on Linux C Programming Tutorial Part 7: Arrays
A variable is something which can hold a value of a particular type - it could be an integer, character, or even floating point. However, there's one limitation of variables: they can only hold a single value at any given time. This tutorial shows the basics of using Arrays, which can hold multiple values.
0 Comment(s)
Add comment