int x = ;
goto JUMP;
printf("x is : %d\n",x);
JUMP:
int a = ; <=== 错误,lable后面不能申明变量,只能是表达式语句(statement),哪怕是空语句..
printf("%d",a);
    int x = ;
goto JUMP;
printf("x is : %d\n",x);
JUMP: ; /// 空语句,正确
int a = ; // 前面有空语句,正确
printf("%d",a);

label只在函数内有效

最新文章

  1. js让text值不可改变,同&lt;input type=&quot;text&quot; readonly=&quot;readonly&quot; /&gt;
  2. 在Application中集成Microsoft Translator服务之翻译语言代码
  3. 使用 WSO2 API Manager 管理 Rest API
  4. DB2环境设置
  5. c++ 操作注册表
  6. Android使用默认样式创建View的几个姿势
  7. [原创]谷歌插件 - YE启动助手(YeLauncher)
  8. AutoCompleteTextView ArrayAdapter
  9. file.encoding到底指的是什么呢?
  10. ExtJs radiogroup form.loadRecord方法无法赋值正确解决办法
  11. python selenium 百度登录
  12. 前端基础之DOM和BOM
  13. 题解-洛谷P1020P导弹拦截(求单调序列长度的优化)
  14. Flask--异常处理
  15. YYKit @autoreleasepool 使用,优化内存
  16. Smart/400开发上手2: COBOL批处理程序处理过程
  17. POJ1651(KB-E)
  18. JDBC之 连接池
  19. wpgcms---碎片管理的使用
  20. 安装启动apache2.4后报Invalid command &#39;order&#39;, perhaps misspelled or defined by a module not included

热门文章

  1. session绑定线程
  2. fedora 20 install skype
  3. js 小数格式化函数
  4. iOS - 应用程序国际化
  5. jquery点击图片选中特效
  6. Xcode报错:Unexpected &#39;@&#39; in program
  7. python学习之---生成器
  8. Android基础学习
  9. 如何在C++中使用WebService
  10. 17.1.1.3 Creating a User for Replication 创建一个用于用于复制: