Computer Science, asked by kavyachirumalla2021, 6 months ago

Which of the following sections of the C program is not visible to the compiler?​

Answers

Answered by lamborasoftsolutions
11

Answer:

Q. Which of the following sections of the C program is not visible to the compiler?  

Ans. Comments .

Answered by dreamrob
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