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). 

admin2009-05-15  31

问题 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

答案A

解析 使用C语言编写软件工具的指导原则之一是:写的程序尽可能清晰、简单。如果你把所有句法特征综合在单个语句中,C语言程序将会很难读懂。为了保证可读性,应把结构复杂的语句分为几个易于理解的语句。这种风格有助于使程序的可读性更强且不易出错。
转载请注明原文地址:https://kaotiyun.com/show/QOUZ777K
0

最新回复(0)