JavaScript Variable
A variable is simply a container that stores a value in a location. This value can be changed during the execution of the program. There …
E-notebook
A variable is simply a container that stores a value in a location. This value can be changed during the execution of the program. There …
JavaScript Comment The javascript comments are a meaningful way to deliver messages. It is used to add information about the code, warnings, or suggestions. so …
Java Script It is used to create client-side dynamic pages. Java Script is an object-based scripting language that is lightweight and cross-platform.JavaScript is not a …
Array An array is a collection of items of the same type. It is used to store and process large volumes of data. An element …
c-language It is a high-level programming language. It was invented by Dennis Ritchie in 1972. C language is a portable language that means a program …
Algorithm: An algorithm is a step-by-step finite set of instructions that is used to solve well define computational problems. Every algorithm must have five criteria. …
The basic and smallest element used to develop the program and recognized by the C compiler is called C tokens. C token is an individual …
Operator An operator is a symbol that helps to do certain mathematical calculations or logical manipulations or actions on one or more operands. An operand …
Uniprogramming Multi-programming with fixed partitioning(static) The drawback of Static partition. Multi-programming with dynamic partitioning: Advantages of Dynamic partitioning: Disadvantages of Dynamic partitioning: