2. programmers usually add comments to their programs to help other users understand the codes…

2. programmers usually add comments to their programs to help other users understand the codes characteristics (like function, valid input, and output). another function comments serve is to document revisions, maintain version control, and assert authorship. they are also used as trackers as the compiled code would have commented - information in human - readable form. which of the following are also uses of comments in programs?\na. comment out alternate code\nb. debug the program\nc. note which portions need fixing or have been tested\nd. all of the above
Answer
Brief Explanations:
Programmers add comments to document characteristics like function, input - output, for version control, authorship, etc. They comment out alternate code during development, note parts that need fixing or testing, and all these are valid uses of comments in programs.
Answer:
a. Comment out alternate code b. Debug the program c. Note which portions need fixing or have been tested d. All of the above