当前位置:网站首页>[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
边栏推荐
- "C language programming", 4th Edition, edited by he Qinming and Yan Hui, after class exercise answers Chapter 3 branch structure
- 734. Energy stone (greed, backpack)
- Opencascade7.6 compilation
- A quick understanding of analog electricity
- Redis环境搭建和使用的方法
- Regular expression learning notes
- Deep learning: a solution to over fitting in deep neural networks
- query词权重, 搜索词权重计算
- 剑指 Offer 47. 礼物的最大价值
- 【毕业季】研究生学长分享怎样让本科更有意义
猜你喜欢

leetcode2310. 个位数字为 K 的整数之和(中等,周赛)

If you want to rewind the video picture, what simple methods can you use?

1222. Password dropping (interval DP, bracket matching)

leetcode373. Find and minimum k-pair numbers (medium)

Five skills of adding audio codec to embedded system

CVPR 2022 | 大连理工提出自校准照明框架,用于现实场景的微光图像增强

JMeter (II) - install the custom thread groups plug-in

Architecture evolution from MVC to DDD

附加:信息脱敏;

Word search applet design report based on cloud development +ppt+ project source code + demonstration video
随机推荐
Decipher the AI black technology behind sports: figure skating action recognition, multi-mode video classification and wonderful clip editing
query词权重, 搜索词权重计算
how to add one row in the dataframe?
Questions d'entrevue
flutter 中間一個元素,最右邊一個元素
AR增强现实可应用的场景
Email picture attachment
leetcode2312. 卖木头块(困难,周赛)
【带你学c带你飞】3day第2章 用C语言编写程序(练习 2.3 计算分段函数)
[C #] use regular verification content
oracle创建只读权限的用户简单四步走
leetcode2305. 公平分发饼干(中等,周赛,状压dp)
pytest 测试框架
CVPR 2022 | 大连理工提出自校准照明框架,用于现实场景的微光图像增强
剑指 Offer 47. 礼物的最大价值
MySQL如何解决delete大量数据后空间不释放的问题
What style of Bluetooth headset is easy to use? High quality Bluetooth headset ranking
flutter 中间一个元素,最右边一个元素
Bash bounce shell encoding
leetcode373. Find and minimum k-pair numbers (medium)