正在加载图片...
The C Programming language Chapter 1 An Overview of C 34 operators(运算待) Arithmetic(算术) operators:+ ‰++ Relational(关系) operators:<< Logical(逻辑) operators: && Bitwise (iz) operators:< > & Assighment(赋值) operators:= Conditiona1(条件) operators:?: 冷coma逗号) operators: Address(地址) operators k& Sizeof(求字节数) operators: sizeof Casts(强制类型转换):( type-name) Structure member(分量) operators:.- Subscript(下标) operators:[] others34 operators(运算符): Arithmetic(算术) operators:+ - * / % ++ -- Relational(关系) operators :< <= == > >= != Logical(逻辑) operators :! && || Bitwise(位) operators :<< >> ~ | ^ & Assighment(赋值) operators : = += -= Conditional(条件) operators : ? : Comma(逗号) operators : , Address(地址) operators :* & Sizeof (求字节数) operators: sizeof Casts(强制类型转换):(type-name) Structure member(分量) operators : . -> Subscript(下标) operators :[ ] others :( ) - < The C Programming Language Chapter 1 An Overview of C
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有