In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces the relevant knowledge of how the C language compares the three numbers, the content is detailed and easy to understand, the operation is simple and fast, and has a certain reference value. I believe you will gain something after reading this C language how to compare the three numbers. Let's take a look.
Compare three numbers
In the following example, two integer variables are defined and three values are compared using if. You can first look at the logic diagram:
Example
# include
Int main () {
Int a, b, c; a = 11; b = 22; c = 33
If (a > b & & a > c)
Printf ("% d maximum", a)
Else if (b > a & & b > c)
Printf ("% d maximum", b)
Else if (c > a & & c > b)
Printf ("d maximum", c)
Else
Printf ("there are two or three values equal")
Return 0
}
Output result:
33 this is the end of the article on "how to compare three numbers in C language". Thank you for reading! I believe you all have a certain understanding of the knowledge of "how to compare the three numbers in C language". If you want to learn more, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.