Abstract
SHS investigation development is considered from the geographical and historical viewpoint. 3 stages are described. Within Stage 1 the work was carried out in the Department of the Institute of Chemical Physics in Chernogolovka where the scientific discovery had been made. At Stage 2 the interest to SHS arose in different cities and towns of the former USSR. Within Stage 3 SHS entered the international scene. Now SHS processes and products are being studied in more than 50 countries.
Abstract
Functions are one of the primary concepts in every programming language.
They provide an easy way to package the programming logic and use it as and when
required as many times at any place. Thus they help to reduce the redundancy in code
and increase the reproducibility. With the increase in the length of code, it is often a
good idea to divide the code into separate modules by splitting the code into different
functions based on its utility. This is a much- sought practice to organise the lengthy
code. They also help in unit testing the code as testing small units in isolation is quite
an easy task. This deliberate use of functions thus supports language flexibility and a
user-friendly interface. In this chapter the pertinent takeaways would be:
1. Understanding functions and function calls.
2. Comprehending the concept of local and global variables.
3. Programming with the recursive functions.
Keywords:
We recommend

Authors:Bentham Science Books