Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6168883
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T22:45:50+00:00 2026-05-23T22:45:50+00:00

Im quite confused that what is difference between these two initializations: int (*p)[10]; and

  • 0

Im quite confused that what is difference between these two initializations:

    int (*p)[10];

and

    int *p[10]

I know they both can point to 2D array whose element count in row is 10….

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T22:45:51+00:00Added an answer on May 23, 2026 at 10:45 pm

    To elaborate a bit on the correct answers here already:

    The first line:

     int (*p)[10];
    

    declares that “p” is a pointer to the memory address of an array with the capacity of 10 ints. It can be read in English as: “integer-pointer ‘p’ points to 10 sequential ints in memory”.

    The second line:

    int *p[10]
    

    Declares that “p[]” is an array of 10 pointers to integers. This is an array of memory addresses that point to integers. In this case, “p” is a sequence of 10 pointers in memory (which happen to be the memory addresses of other ints).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

As I was reading RedBook I stayed quite confused, that openGL can have maximum
I'm quite confused between those two. I'm looking at the Play! java framework and
I'm quite confused about several books in .NET that I have read. Would someone
I have recently run across these terms few times but I am quite confused
To tell the truth, I am quite confused on all these terms (JDK/JRE/Java SDK).
I am learning C language and quite confused the differences between ++*ptr and *ptr++
I'm creating a theatre booking system. I am quite confused on how I can
A MS help page about the difference between pass-by-value and pass-by-reference seems quite clear
I very well know that it can be done with the help of interfaces
I'm quite confused by something. I've got 2 select lists, and if you choose

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.