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 5984089
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:19:28+00:00 2026-05-22T22:19:28+00:00

The two declarations are as follows: int (*p)[8]; int *p[8];

  • 0

The two declarations are as follows:

int (*p)[8];
int *p[8];
  • 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-22T22:19:29+00:00Added an answer on May 22, 2026 at 10:19 pm

    The first is a single pointer to an array of 8 integers, while the second is an array of 8 pointers, each to an integer.

    If you just kick up cdecl, it’s wonderful for this sort of thing:

    pax$ cdecl
    Type `help' or `?' for help
    
    cdecl> explain int (*p)[8];
    declare p as pointer to array 8 of int
    
    cdecl> explain int *p[8];
    declare p as array 8 of pointer to int
    
    cdecl> explain char*(*fp[])(int,float*);
    declare fp as array of pointer to function (int, pointer to float)
        returning pointer to char
    

    There’s actually a clockwise/spiral rule you can use to do this in your head but I haven’t had to worry about that since I discovered cdecl, for the same reason I no longer convert large arbitrary 32 bit numbers from decimal to hex in my head any more – I can if I have to but it’s so much easier with a tool 🙂

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

Sidebar

Related Questions

It seems these two declarations are the same: int[] array1 = {11, 22, 33};
My Two versions of the following declarations work fine. 1) Func<int,int,int> findMax=Max; Console.WriteLine(Max={0},findMax(10,20)); 2)Func<int,int,int>
What is the difference between the following two declarations? Class.method = function () {
What's the difference between the following two declarations? I thought they were equivalent, but
How do I do forward declarations in Java? I have two classes, each needs
What is the difference between these two declarations? string str; String str;
is there a difference, from prospective of meta-programming for example, between the two declarations?
The compiler seems to have no problem with the two following declarations: NSObject *
What's the difference between these two declarations, and is one preferred over the other?
Quick question, what is the difference between the following two declarations: define('I_LIKE_AT_SIGNS', false); and

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.