当前位置:网站首页>[learn C and fly] day 5 chapter 2 program in C language (Exercise 2)
[learn C and fly] day 5 chapter 2 program in C language (Exercise 2)
2022-07-02 02:16:00 【Try to be beautiful】
Wrong questions 1
1. This chapter introduces 3 Operator , They are arithmetic 、 Assignment and relational operators , The order of priority from high to low is ( ) Operator 、( ) Operator 、( ) Operator .
answer : The arithmetic , Relationship , assignment .
2.C Language 3 A basic control structure is ( ) structure 、( ) The structure and ( ) structure .
answer : The order , Branch , loop .
3. And mathematical formula \sqrt {s(s-a)(s-b)(s-c)} Corresponding C Language expressions are ( ).
answer :
sqrt(s*(s-a)(s-b)(s-c))
analysis :
stay c There is a function library in the language math.h, There are functions in it sqrt() Used to indicate the square of the opening
边栏推荐
- CSDN insertion directory in 1 second
- MySQL operates the database through the CMD command line, and the image cannot be found during the real machine debugging of fluent
- Design and implementation of key value storage engine based on LSM tree
- 剑指 Offer 42. 连续子数组的最大和
- RTL8189FS如何关闭Debug信息
- Data analysis on the disaster of Titanic
- SQLite 3 of embedded database
- 【C#】使用正则校验内容
- flutter 中間一個元素,最右邊一個元素
- WebGPU(一):基本概念
猜你喜欢
Software development life cycle -- waterfall model
Deployment practice and problem solving of dash application development environment based on jupyter Lab
Architecture evolution from MVC to DDD
How to use redis ordered collection
Pat a-1165 block reversing (25 points)
leetcode2305. Fair distribution of biscuits (medium, weekly, shaped pressure DP)
Which is a good Bluetooth headset of about 300? 2022 high cost performance Bluetooth headset inventory
医药管理系统(大一下C语言课设)
Opengauss database backup and recovery guide
Sword finger offer 62 The last remaining number in the circle
随机推荐
[deep learning] Infomap face clustering facecluster
[opencv] - comprehensive examples of five image filters
pytest 测试框架
* and & symbols in C language
How to build and use redis environment
Construction and maintenance of business websites [15]
WebGPU(一):基本概念
Regular expression learning notes
leetcode2312. 卖木头块(困难,周赛)
How to hide the scroll bar of scroll view in uniapp
Construction and maintenance of business websites [10]
What style of Bluetooth headset is easy to use? High quality Bluetooth headset ranking
The basic steps of using information theory to deal with scientific problems are
Exception handling of class C in yyds dry goods inventory
As a software testing engineer, will you choose the bank post? Laolao bank test post
leetcode373. Find and minimum k-pair numbers (medium)
Automatically browse pinduoduo products
JS slow animation
剑指 Offer 31. 栈的压入、弹出序列
Construction and maintenance of business websites [13]