The last article felt a good time after writing, so I decided to write some C's articles. The C language is probably a language that is the longest life of life from birth. He brought the highest peak with its simple grammar and higher execution efficiency, but after the object-oriented language appeared, the status of the C language was shaken, but his execution speed was still unmanned. In this case, there is a development of C . He is completely compatible with C and the object-oriented function is strong, but this does not mean that the historical mission of the C language is completed. Some programs still have to write with C, the most typical is Windows API. In fact, there are still some object-oriented prototypes in C, which will be mentioned in subsequent articles that will discuss the use of expressions in this article. Like "Data Type Conversion in Java", the topic of this article seems simple, but it will make you have a lot of gains after reading. As long as it is a slightly programmed person, I know what the expression is a play, so I don't say much. Here I want to say is a very clever usage of some expressions. First, let's take a look at the logical operator && and |. These two operators have a very useful operation, that is, can be used to replace the IF statement. "What? What is the relationship with that?" You may have such questions, let us see a program: #include