answersLogoWhite

0

Indentation means to represent the coding in a readable format. for example:

void main()

{

int i=0;

if(i==0)

{

printf("%c\n", 'A')

}

else

{

printf("%c\n", 'B')

}

getch();

}

the above program is not properly readable cause it don't have indentations like the below one

void main()

{

int i=0;

if(i==0)

{

printf("%c\n", 'A')

}

else

{

printf("%c\n", 'B')

}

getch();

}

don't go for what this program is doing, it's just an example.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

Does every Every programming language have rules governing its word usage and punctuation?

Yes


Is a programming software the same as programming tool?

To use an analogy, a programming language is similar to any natural language such as English. We use the language to construct expressions which can be combined to form statements, just as we use English to construct expressions which can be combined to form sentences. Programming tools are simply tools that help us to write code, in much the same way that word processors help us to write letters. In programming, the main tools we use are code editors, compilers and debuggers. But just as a spell-checker won't help us write better poetry, programming tools won't help us write better programs. For that we must understand the language itself.


What are the difference between MS Word and QBasic?

Microsoft Word is a word processing software used for creating, editing, and formatting text documents, while QBasic is a programming language primarily used for writing and running simple programs. MS Word is designed for creating documents such as letters, reports, and resumes, while QBasic is used for developing small applications and games. Additionally, MS Word has a graphical user interface for ease of use, while QBasic requires writing code for programming tasks.


What is High Level Languages and Low Level Languages?

High-level and Low-level term are used to differ any computer programming language whether it is easily understandable to human or not.High Level Language means the language is easily understandable, andLow Level Language means the language is more to a machine language than human understandable language.High-level and Low-level term are used to differ any computer programming language whether it is easily understandable to human or not.High Level Language means the language is easily understandable, andLow Level Language means the language is more to a machine language than a human understandable language.


Why you use void res in c programming?

since, the word 'void' in C programming language means that it does not return any value to the user or calling function....this is usually used to specify a type of function...... for this reason w use 'void'in c program..

Related Questions

What is the base word of indentation?

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


Is score a reserved word in the C plus plus programming language?

No.


How do you automatically indent?

You can set up auto-indentation in most text editors and IDEs by adjusting the settings to enable automatic indentation. This feature will automatically indent each line according to the programming language's syntax rules, making your code easier to read and maintain.


Does every Every programming language have rules governing its word usage and punctuation?

Yes


What is A depression or indentation using the word don't?

The answer to your problem is DENT.


Is a programming software the same as programming tool?

To use an analogy, a programming language is similar to any natural language such as English. We use the language to construct expressions which can be combined to form statements, just as we use English to construct expressions which can be combined to form sentences. Programming tools are simply tools that help us to write code, in much the same way that word processors help us to write letters. In programming, the main tools we use are code editors, compilers and debuggers. But just as a spell-checker won't help us write better poetry, programming tools won't help us write better programs. For that we must understand the language itself.


How do you write a software program on the computer?

You can't just "make software". You have to know and understand thoroughly the purpose of the intended application, the programming language in which it is to be written, and how to install it on the intended computer. If you are sufficiently knowledgable on computors you may be able to teach yourself programming from text-books, provided your computer has the appropriate compliers etc. for the chosen language. Otherwise you'd probably have to undertake a formal course in programming.


What are stars in a language that you understand?

part of a bad word like a**


A four letter word that means a desperation or indentation?

There was one word that would fit the meaning of indentation and desperation. This word would be 'rash' and also fits the four letter length.


What is a four letter word for depression or indentation?

dent


What word means a depression or indentation?

i think it is dent


What is the abbreviation FOR?

There is no abbrevation for for. There is a FOR loop which is a programming language statement that allows code to be repeated. *.for is a filename extension for FORTRAN, a computer programming language.