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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T06:46:34+00:00 2026-05-17T06:46:34+00:00

The comma , items separator used in an array initialization list may end the

  • 0

The comma , items separator used in an array initialization list may end the list in C, this is mentioned in The C Programming Language 2nd ed by Kernighan & Ritchie .

e.g.

  int c[] = { 1, 2, 3, };

This is convenient when the list is long, and one doesn’t want to have to change/check the previous line when adding items

  long long c[] = { 
                    22342342344,
                     4324234234,
                    12312311111,
                   };

However in Java I could observe two different behaviors:
In Eclipse, the ending , is accepted while some versions of the maven compiler plugin complain and throw a compilation error.

However, I didn’t find any mention of this singularity in the Flanagan’s Java book.

What is the official rule regarding an ending comma after the initialization items?
Is it recommended not to use it?

  • 1 1 Answer
  • 2 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-17T06:46:35+00:00Added an answer on May 17, 2026 at 6:46 am

    Section 10.6 of the spec explicitly says that a trailing comma is allowed (and ignored):

    A trailing comma may appear after the last expression in an array initializer and is ignored.

    Link

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

Sidebar

Related Questions

I can use JavaScript's split to put a comma-separated list of items in an
How can I get a list of comma separated values, like so: CategoryName-ProductName1,ProductName2,etc This
For some reason I get this traceback when trying to split comma delimited items
I need to create a comma-separated list of items: <li ng-repeat=friend in friends> <b
Lets say I have an array (or list) of items A[] = [a,b,c,d,e] If
I got this comma separated file with a bunch of numbers The only thing
The C++ comma operator is used to chain individual expressions, yielding the value of
I have a comma delimited list of ids that I want to use to
I'm reading a comma-delimited list of strings from a config file. I need to
I have a comma delimited list of record id's: string = 2207,117,90,2168,120,118,113,112,17 I need

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.