Computer Science, asked by rajesg1, 1 year ago

why is the use of comments suggested? what is the purpose of writing prologues?

Answers

Answered by DeVasu
0
In Academic World,
We Write our own codes and test them and show their outputs to teacher and our job is done here

In Professional World,
We work as team with different types of People, A Complete program( Code ) is product of the work of all the Team Member. So, To Team Members have to understand what others have wrote to continue and append their work. Outputs are used so that when your team member uses that code he can understand the code with the help of those Ouputs.

Output tells other people what you have done
Answered by smartbrainz
0

The prolog is used to provide readers with additional information that advances the story. It is included in the front line and for a good reason.

Explanation:

  • Throughout 'computer programming', a comment is a 'programmable description or annotation' in the 'source code' of the computer program.
  • These are introduced with the aim of making the 'source code' simple for people to understand and are normally ignored by 'compilers and interpreters'. The 'syntax' of comments in different 'programming languages' varies considerably.  

To know more

What is prolog in FIT??

https://brainly.in/question/9012038

Write a prolog program that returns the final element of a given list

https://brainly.in/question/3640515

Similar questions