Which of the following sections of the C program is not visible to the compiler?
Answers
Answered by
11
Answer:
Q. Which of the following sections of the C program is not visible to the compiler?
Ans. Comments .
Answered by
0
Comments of sections of the C program are not visible to the compiler
- Comments are used by humans to make programs understandable and readable for all users.
- Comments are the explanation of steps and functions happening in a certain program.
- Comments in c language are written between a slash asterisk (/*) and asterisk slash (*/)
Similar questions