蔷薇紫馨524
C语言关键字 1•C语言简洁、紧凑,使用方便、灵活。ANSI C一共只有32个关键字: auto break case char const continue default do double else enum extern float for goto if int long register return short signed static sizof struct switch typedef union unsigned void volatile while auto :声明自动变量 double :声明双精度变量或函数 int: 声明整型变量或函数 struct:声明结构体变量或函数 break:跳出当前循环 else :条件语句否定分支(与 if 连用) long :声明长整型变量或函数 switch :用于开关语句 case:开关语句分支 enum :声明枚举类型 register:声明寄存器变量 typedef:用以给数据类型取别名 char :声明字符型变量或函数 extern:声明变量是在其他文件正声明 return :子程序返回语句(可以带参数,也可不带参数) union:声明共用数据类型 const :声明只读变量 float:声明浮点型变量或函数 short :声明短整型变量或函数 unsigned:声明无符号类型变量或函数 continue:结束当前循环,开始下一轮循环 for:一种循环语句 signed:声明有符号类型变量或函数 void :声明函数无返回值或无参数,声明无类型指针 default:开关语句中的“其他”分支 goto:无条件跳转语句 sizeof:计算数据类型长度 volatile:说明变量在程序执行中可被隐含地改变 do :循环语句的循环体 while :循环语句的循环条件 static :声明静态变量 if:条件语句
黄小月abc
否则的英文:otherwise、or else。
一、otherwise
英 [ˈʌðəwaɪz] 美 [ˈʌðərwaɪz]
adv.否则;另外;别的方式
adj.别的,另外的;不同的
conj.否则,不然
We're committed to the project. We wouldn't be here otherwise.
我们是全心全意投入这项工作的,否则我们就不会到这里来了。
二、or else
英 [ɔ: els] 美 [ɔr ɛls]
否则,要不然;用以表示威胁;抑或
This time we really need to succeed or else people will start giving us funny looks
这次我们真的需要成功,否则人们会开始用异样的眼光看我们。
扩展资料
otherwise的用法:
1、otherwise做连词时,都有连接两个分句的作用,且在句中不承担任何语法成分;在意义上前面的分句与后面的分句构成一种对比关系。
2、otherwise意为“另外;别样”。相当于 differently 或 in another way .
3、意为“在其他方面”。相当于 in other or different ways.
4、意为“相反地;要不然;否则”。相当于 in the other way 或 on the contrary .