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

  • SEARCH
  • Home
  • 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 9206255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T00:08:14+00:00 2026-06-18T00:08:14+00:00

I just discovered the following section in some code I maintain: switch (m) {

  • 0

I just discovered the following section in some code I maintain:

switch (m) {
    case 62: { // opening
        // some declarations
        // do some stuff
        break;
    case 63:
        // do some other stuff
        break;
        }      // closing
    default:
        // default stuff
        break;
 }   

The block opening is meant to declaring some local variables, but the closing brace is wrongly placed and occurs after the case 63.

I have never noticed this for months as it compiles well in Visual Studio 2010. I’ve tried debugging it and both cases work fine.

How can it be ? Is this correct C syntax ?

  • 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-06-18T00:08:15+00:00Added an answer on June 18, 2026 at 12:08 am

    6.8.1 Labeled statements, C99

    Any statement may be preceded by a prefix that declares an identifier
    as a label name. Labels in themselves do not alter the flow of
    control, which continues unimpeded across them.

    i.e. The curly braces have no effect on how the switch-case labels work but it merely creates a new scope.

    This explains why the seemingly misplaced curly braces don’t result in a syntax error.

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

Sidebar

Related Questions

I just discovered that the following code executes without error (Chrome): console.log(fa); function fa(){}
I just discovered zen-coding. I have the following snippet of code I want to
I just discovered a bug where the code looked something like this: char *foo
i just discovered http://code.google.com/p/re2 , a promising library that uses a long-neglected way (
I just discovered the following: As I expected, releasing my object before I return
I just discovered some strange behaviour running a query in LinqPad. It seems that
I was just fooling around in Xcode and I discovered that the following statement
I just discovered (to my surprise) that calling the following function function foo() if
I just ran the Leaks tool in Instruments and discovered the following leaks: basically
I've just discovered that Oracle lets you do the following: SELECT foo.a, (SELECT c

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.