题目
单项选择题
a * ( b + c ) may also be written in C as _____________.
选项
A.a. a * b + a * c
B.b. (a * b ) + c
C.c. a * b + c
D.d. ab + ac
查看解析
标准答案
Please login to view
思路分析
We’re looking at the algebraic identity a * ( b + c ) and how it can be written in C code.
Option a: a * b + a * c
This matches the distributive property: a * (b + c) = a*b + a*c. In C, the * operator multiplies and the + operator adds, and bec......Login to view full explanation登录即可查看完整答案
我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。
类似问题
You would like the following expression 3+2[Fill in the blank] 4/(7-5)^2 to evaluate to 5 when run in R. Enter an appropriate mathematical operator to make the expression to evaluate to 5.
Consider the expression: 3 // 4 * 20 + 6 // 2. What value does this expression reduce to? Be sure to list a literal of appropriate type (e.g., 7.0 rather than 7 for a float, string literals in quotes).
Match the following syntax to the function description 1: x*y ____ 2: x+y ____ 3: x-y ____ 4: x%y ____ 5: x/y ____ 6: x**y ____
Match the following syntax to the function description 1: x*y ____ 2: x+y ____ 3: x-y ____ 4: x%y ____ 5: x/y ____ 6: x**y ____
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!