answersLogoWhite

0

Keywords in a programming language that allow the programmer to redirect the flow of the program based on a decision are called

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is an example of a programming language that does not require the programmer to know machine language?

C++ and Visual Basic are computer languages that do not require the programmer to know machine language.


What are the different keyword in C programming Language?

For example 'for' and 'break' are different keywords.


What are words that have special meaning in a programming language called?

Keywords or reserved words.


Which programming language uses a string of 1s and 0s?

You, as a programmer, can use a string with 1s and and 0s (or any other content) in each and every programming language.


Scanf in java?

There is no scanf in Java. It is one of the keywords used in C Programming language


What are the words that a programming language has set aside for its own use?

Such words are called "keywords".


What do you mean by high level language?

A high-level language is a programming language that is readable and understandable by human beings who are not necessarily programmer-language-literate.


What is a computer program written in English language called?

Pseudocode. However, pseudocode is not a programming language as such. It is a language that a programmer uses specifically to convey the concept of a specific algorithm to other programmers. The language is such that any programmer can easily translate the algorithm into their preferred language. Furthermore, pseudocode does not have to be written in English, it can be written in any language. However, English is the most widely-spoken language within the programming community and is therefore the most prevalent language used in programming.


What has the author Stephen G Kochan written?

Stephen G. Kochan has written: 'Introduction to C Programming' 'Programming in objective-C' -- subject(s): Macintosh (Computer), Programming, Objective-C (Computer program language), Object-oriented programming (Computer science) 'Beginning AppleScript (Programmer to Programmer)'


What is senior PHP programmer?

A senior programmer in general would be a programmer who is experienced. He should have a deeper knowledge of the programming language and programming in general. He would also know what steps are necessary to complete the a program. In a team of programmers working on the same project the senior programmer(s) would be the one(s) who is in charge; leading the team.


Does c language support network programming?

The C language supports whatever functionality is provided by the applicable library, by the programmer, and by the input/output capabilities of the platform. Since a network programming library is available to the c compiler, then yes, the c language supports network programming.


How do you adapt Sanskrit as a programming language?

You don't. A programming language and a spoken language have quite different structures; you don't use one for the other. Most programming languages are based on English, but that's usually just a few keywords, and perhaps class names, and similar stuff, that's English; the syntax of the programming language has nothing to do with English syntax.