what are the fundamental of Programming
Answers
Answered by
1
Hiiiiii machiiii ✋...
➡️ Different programming languages uses different terminology for functions: methods, sub-routines, procedures. Function introduces a key concept in programming called scope. Dynamics: the dynamics of data and function is provided by the looping and iteration rules also referred to as Control Structure.
Hope it help you!!! ☺️ ☺️ ☺️
➡️ Different programming languages uses different terminology for functions: methods, sub-routines, procedures. Function introduces a key concept in programming called scope. Dynamics: the dynamics of data and function is provided by the looping and iteration rules also referred to as Control Structure.
Hope it help you!!! ☺️ ☺️ ☺️
crossword78:
:'(:'(:'(:'(:'(
Answered by
1
Hi,
Below are some fundamental things which you will find almost in every programming language... and if you will learn them, it will be easier for you to learn almost any programming languages...
1. variables
2. data types.. such as integer, float, boolean etc..
3. operators.. such as +, -, * etc..
4. conditional statement.. such as if, switch case etc...
5. Logical operators... like AND, OR etc
6. Loops.. like for, while etc...
7. functions
8. objects
9. object oriented and functional programming style
10. last but not least.. syntax of that programming language.
Similar questions