C语言 |
CN语言 |
…… |
C0语言 |
汇编语言 |
机器语言 |
1 2 3 4 5 6 7 8 9 10 11 | auto enum restrict unsigned break extern return void case float short volatile char for signed while const goto sizeof _Bool continue if static _Complex default inline struct _Imaginary do int switch double long typedef else register union //共37个 |
1 2 3 4 5 6 7 8 9 10 11 | enum unsigned break return void case float short char for signed while goto _Bool continue if _Complex default struct _Imaginary do int switch double long else union //共27个 |
1 2 3 4 5 6 7 8 9 10 11 | enum break return void case for while goto continue if default struct do int switch double else union //共18个 |
1 2 3 4 5 6 7 8 9 10 | break return void case for while goto continue if default do int switch double else //共15个 |
1 2 3 4 5 | break void goto int double //共5个 |
欢迎光临 (http://www.51hei.com/bbs/) | Powered by Discuz! X3.1 |