Solved

Which of the Following Guidelines Will Make Code More Explanatory

Question 93

Multiple Choice

Which of the following guidelines will make code more explanatory for others?


A) Use shorter statements and shorter variable names in source code.
B) Add comments to source code.
C) Avoid usage of complex calculations in source code.
D) Always enclose the statements in curly braces in source code.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions