answersLogoWhite

0

In computer programming languages, indentation formats program source code to improve readability. Programming languages make use of indentation to define program structure . Programmers use indentation to understand the structure of their programs to human readers.

What else can I help you with?

Related Questions

What is the symbol for indentation?

The symbol used for indentation in most programming languages is the tab key or the space key to add white space before a line of code. The amount of indentation typically follows a specific style guide set by the programming language or organization.


Why is indentation important in c progaming?

indentation is good for all programming languages 1) it shows levels of nesting, nested if statements , for loops, etc 2) anyone reading your code can tell whats executing inside of what 3) It shows scope. If everything is indented you know the scope of variables 4) Easier to read 5) Better programming sense


What is the significance of the tab symbol in programming languages?

The tab symbol in programming languages is significant because it is used for indentation, which helps organize and structure code. Proper indentation makes code easier to read and understand, and also helps identify blocks of code.


Use 'indentation' in a sentence?

"The indentation of the margins were so large, that the Professor immediately knew that the ten pages in his hand were closer to six." "The brass knuckles left an horrid indentation upon the forehead of the man."


What is indent use for on a computer?

Indentation is used in computer programming to improve the readability and structure of the code. It helps to visually group related lines of code together and make the code more organized. Indentation is particularly important in languages that use indentation to define code blocks, such as Python.


What is meant by good programming style and explain why it is important?

Good programming style encompasses several things. It means not naming variables things that do not make sense and adhering to indentation protocols. It also means leaving comments where methods may need explaining. This is important because other people will see code that is written and poorly written code is difficult to understand.


Why are the indents necessary after the if and else statement?

Indents are not necessary for simple if statements: if (true) /* do something */ ; else /* do something */; However, when a statement is a compound statement, it's best to place the statement body on a separate line and indent it: if (true) { /* do something */ ; /* do something */ ; /* do something */ ; } else { /* do something */; /* do something */; } The indents help the reader; separating the controlling expressions from the compound statements and thus exposing the structure of the if statement itself.


What is an indentation of shore called?

An indentation of the shoreline is a cove or bay.


What is the base word of indentation?

The base word of "indentation" is "indent".


Indentation is used to make programming code easier to read?

To make the code easier to read for you and other programmers that might view your work.


Why has C programming become a very important discovery in the programming world?

It is the fastest IDE out there.


How do you make a sentence with indentation?

The puppy's bite left a tiny indentation in my arm.