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.
Yes
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.
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.
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.
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..
The base word of "indentation" is "indent".
No.
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.
Yes
The answer to your problem is DENT.
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.
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.
part of a bad word like a**
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.
dent
i think it is dent
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.