Computer Science, asked by garvagarwal4104, 9 months ago

Which characteristics refer to insertion of extra blank spaces before declaration ?

Answers

Answered by mishka93
3

Explanation:

Indentation characteristics refer to the insertion of extra blank spaces before the declaration

hope it's helpful for you

please Mark as brainlist

Answered by mariospartan
0

Indentation is the characteristics of insertion of extra blank spaces before declaration.

Explanation:

Indentation is basically used in programming language to have

  • better view
  • better clarity
  • helps in identifying errors
  • understand logic better
  • organized way of coding
  • neat coding
  • a good standard of writing program
  • peer-review possible with ease
  • Anybody to continue the written code

Also indentation comes along with built in indentation feature of IDE. When we start typing the code, based on the keyword used, the IDE automatically  does indentation.

To Know More:

https://brainly.in/question/3023111

What are coding standards and naming conventions?

https://brainly.in/question/9493794

What do you think is the most effective way to ensure that code adheres to good coding standards? Select the correct option(s)

The code should pass all the unit test cases.

O The code has to be reviewed by the technical expert of the team.

O The code has to pass through static code analysis without any violations.

O The code has to be self reviewed against a documented checklist

Similar questions