A-A+
One of the guidelines in writing the C code fo
问题详情
One of the guidelines in writing the C code for a software tool is as follows: write code that is as clear and as simple a(76). The C language can be difficult to read if you combine all(77)features in a single statement. Break complicated(78)into several easy to understand statements for the(79)of readability. This style. helps to make your programs more(80)and error-free.
A.readable
B.reusable
C.possible
D.semantic
E.syntactic请帮忙给出正确答案和分析,谢谢!
参考答案
正确答案:C