Examples of using Subprogram in English and their translations into Serbian
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Latin
-
Cyrillic
The programme consists of two subprograms.
There are two forms of subprogram: procedures and functions.
A subprogram may have any number and nature of call sites.
There are two kinds of subprograms: procedures and functions.
Subprogram"Technical and technological modernization, innovative development.".
That is, memory used during the execution of that subprogram to hold intermediate results.
Subprograms that the work is specifically designed to require, such as by intimate.
Subroutines may be called a procedure, a function, a routine, a method, or a subprogram.
The Program has two subprograms- the Chinese Language and the Business Chinese….
Another major contributor to the modern library concept came in the form of the subprogram innovation of FORTRAN.
A subprogram may find it useful to make use of a certain amount of scratch space;
So prior to the introduction of modules in Fortran-90,type checking between FORTRAN[NB 1] subprograms was impossible.[5].
Determining whether a subprogram may have a side effect is very difficult(indeed, undecidable).
In different programming languages, a subroutine may be called a procedure, a function, a routine,a method, or a subprogram.
They argue that subprograms are key components in maintaining code and their role in the program must be distinct.
Also, six projects were selected from the applied research subprogram that should contribute to the development of science.
A closure is a subprogram together with the values of some of its variables captured from the environment in which it was created.
As nested calls accumulate, a call stack structure is formed,consisting of one activation record for each suspended subprogram.
A subprogram with side effects may return different results each time it is called, even if it is called with the same arguments.
For example, they see the use of global variables as unwise because it adds tight-coupling between subprograms and global variables.
Because of its side-effects, a subprogram may return different results each time it is called, even if it is called with the same arguments.
Modern languages after ALGOL such as Pl/1 and C almost invariably use a stack,usually supported most modern computer instruction sets to provide a fresh activation record for every execution of a subprogram.
If a subprogram can function properly even when called while another execution is already in progress, that subprogram is said to be reentrant.
The Betty compiler, for example,treats every possible straight line of instructions as a subprogram, and if a'p' instruction alters that subprogram, that subprogram is recompiled.
If a subprogram can be executed properly even when another execution of the same subprogram is already in progress, that subprogram is said to be reentrant.
The Program for Development of Projects in the Field of Artificial Intelligence is realized within two subprograms, one intended for basic and the other for applied research in the field of artificial intelligence.
The name subprogram suggests a subroutine behaves in much the same way as a computer program that is used as one step in a larger program or another subprogram.
Many programming languages, such as Pascal, FORTRAN, Ada,distinguish between functions or function subprograms, which return values(via a return statement), and subroutines or procedures, which do not.
The program is implemented within four subprograms for the development of scientific research in the following scientific fields: natural sciences; technical and technological sciences;(bio)medical sciences; social sciences and humanities.
Some programming languages, such as Pascal, Fortran, Ada and many dialects of BASIC,distinguish between functions or function subprograms, which provide an explicit return value to the calling program, and subroutines or procedures, which do not.