Which statement about comments is false?
A.
Comments begin and end with /* and */ , respectively.
B.
Programmers insert comments to document programs and improve program readability.
C.
Comments do not cause any machine language object code to be generated.
D.
Lengthy comments can cause poor execution-time performance.