Application of Job Army Day Heap Array

Source: Internet
Author: User

Knowledge Points:

(1) The general form of a bunch of array definitions is:

Type an array group name [array length];

The type name specifies the type of each element in the array, the array name is the name of the array variable, is a valid identifier, and the array length is an integer constant expression that sets the size of the array.

(2) The array length is a constant.

(3) The C language stipulates that only a single array element can be referenced, not the entire array at once.

(4) The reference to an array element specifies the subscript, in the form:

Array name [subscript]

(5) The subscript can be an orthopedic expression.

(6) You can assign an initial value to an array element. The general form is:

Type an array group name [array length]=[initial value table]

The initial value of the array elements is placed in the initial value table sequentially.

The difficulties and experiences encountered:

Feel this task is more difficult than the last time, the problems encountered mostly appeared in the "How to specifically write the effect of the title," The individual feel that these and knowledge points whether the complete mastery of the relationship is not big, mainly or whether the class is really serious to think about.

In the final analysis, you have to listen to the lesson of Geng, as far as possible in class to master knowledge points, so that in class has the energy to think about how to use the specific knowledge points.

Application of Job Army Day Heap Array

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.