This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Urgent

Are there any limitation using array?What are the advantages of using array?

  • Please use a meaningful title on your posts!

    An array is a way of holding several items all of the same type, and accessing the individual items by using an index

    For further details, consult a standard 'C' textbook.

    Specific limits of the C51 compiler are given in the manual.