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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T23:48:51+00:00 2026-05-16T23:48:51+00:00

Is it possible to have the array subscript before the variable name in declaration?

  • 0

Is it possible to have the array subscript before the variable name in declaration?

For example, is it possible to have

char [10]data;

where the intended declaration is:

char data[10];

I know that this might be stretching it a bit too much, but I have the variable type defined using #define, which I need to change from int to char[10] type.

So, could I just use #define TYPE char[10] instead of #define TYPE int? Or is there a better way to achieve this?

Edit:

Must I use 2 different #define statements like this?

#define TYPE char
#define SIZE [10]

and then use:

TYPE data SIZE;
  • 1 1 Answer
  • 1 View
  • 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-16T23:48:52+00:00Added an answer on May 16, 2026 at 11:48 pm

    You might want to consider using a typedef for this:

    typedef char TYPE[10];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to have an array that contains two different types of data?
Possible Duplicate: php multi-dimensional array remove duplicate I have an array like this: $a
Is is possible to have a 3-D record array in numpy? (Maybe this is
Is it possible to have more than one data type within an array list,
Possible Duplicate: How to sum array members in Ruby? Lets say I have this
I have a 3D array that I'm accessing this way Array(int x, int y,
Possible Duplicate: Convert multidimensional array into single array I have this array: Array (
I want to enumerate all possible combinations of elements array. For example: I have
I have array like this: array( 'person0' => array( 'name'=>'name0','address'=>'address0' ), 'person1' => array(
Assume I have an array $arr. It's possible that it has an element with

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.