7 Comments on “C Programming Tutorial 38 – Arrays”

  1. this is not true anymore, you can have a int variable in the place of int
    literal when declaring array size. you just have to have that int variable
    declared before the array itself, and you have to set value to that int
    variable before asingning values to array elements either by user or by
    default.

Comments are closed.