How do I pass an array to a function?

Source: Internet
Author: User
  • A one-dimensional array----any one-dimensional array can be an argument to a function. The formal parameter is rewritten as a pointer to the first element of the array,

Therefore, a convention is required to prompt the length of the array, but it is an extra parameter, or a terminator that identifies the out-of-bounds position.

  • A two-bit array----cannot transfer functions directly, but you can rewrite the matrix into an array of pointers and use the same subscript notation.

such as int * (My_array) [10]. For strings, this is possible, and for other types, it is necessary to add a value to the

Or a terminator that can identify an out-of-bounds position.

  • Array----of three-dimensional or more dimensions cannot be used. It must be broken up into arrays of fewer dimensions.

How do I pass an array to a function?

Related Article

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.