题目
题目
单项选择题

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道考试原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!