What is the purpose of writing comments and documentation in your source code?

A. You and others can understand what you are doing.
B. The compiler can interpret your code.
C. The program can interpret the algorithm correctly.
D. The program will run more efficiently.


A

Computer Science & Information Technology

You might also like to view...

The ____________________ establishes an object by reserving enough memory space for it and possibly initializing member variables.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In the PMT function, a minus sign is placed before the amount of the principal so that payments are shown as a positive value

Indicate whether the statement is true or false

Computer Science & Information Technology

struct type addressBook has a component people which is an array of elements of struct type person. person has a component phoneNumbers which is an array. What is the correct reference for the second phone number of the second person in myFriends (type addressBook)?

a) myFriends.person[1].phoneNumber[1] b) myFriends.person.phoneNumber[1] c) addressBook.people[1].phoneNumber[1] d) myFriends.people[1].phoneNumber[1]

Computer Science & Information Technology

The Internet is far too large for any router to hold routing information for all destinations. How does the Internet routing scheme deal with this issue?

What will be an ideal response?

Computer Science & Information Technology