Programming portal
Keywords
Programing Languages
C#
Some commands from C#:
hexadecimal literal - Hexadecimal integer constant, also known as base 1... explicit conversion to 8-bit unsigned integer - The required type conversion can be carried out as... bitwise left shift - Bit shift to the left as many time shifts the inpu... loop with condition on the beginning - Condition testing is done at the beginning of the ...
More about C# C
Some commands from C:
additive inverse - Operator negative sign is used to change the sign ... decimal literal - Decimal literals are also known as decimal constan... 8-bit integer - 8-bit signed integer type is used to store negativ... loop with condition at the end - Condition testing is done at the end of the loop. ...
More about C Visual C++ .NET
Some commands from Visual C++ .NET:
division - Division is a matematical operation, it can be use... increment statement - It is a mathematical operation that is used to inc... explicit conversion to 8-bit unsigned integer - The required type conversion can be carried out as... floatingpoint constant - Signed decimal number, is made from whole and frac...
More about Visual C++ .NET PHP
Some commands from PHP:
increment statement - It is a mathematical operation that is used to inc... octal literal - Constants of octal numeral system are also known a... less than or equal to - Less than or equal to operator is a logical operat... 64-bit real number - 64-bit real number and his value range: from - 1.7...
More about PHP Basic
Some commands from Basic:
continue statement - This command is used to start the next iteration. ... variable declaration - Variable declaration is used for its creation. multiplication - Multiplication is a matematical operation, it can ... octal literal - Constants of octal numeral system are also known a...
More about Basic Free Pascal
Some commands from Free Pascal:
logical and - Logical and works as follows: just in case it's tr... explicit conversion to 16-bit unsigned integer - The required type conversion can be carried out as... floatingpoint constant - Signed decimal number, is made from whole and frac... conditional statement - By conditions we can control our program. thanks c...
More about Free Pascal Object Pascal
Some commands from Object Pascal:
64-bit real number - 64-bit real number and his value range: from - 1.7... block statement - A compound statement is also known as block. to co... division - Division is a matematical operation, it can be use... logical constant - true - Logical constant - true is used as follows:
More about Object Pascal Java
Some commands from Java:
explicit conversion to 8-bit integer - The required type conversion can be carried out as... assignment - The assignment operator is used to assign a value ... continue statement - This command is used to start the next iteration. ... logical constant - true - Logical constant - true is used as follows:
More about Java Pascal
Some commands from Pascal:
greater than - Greater than operator is a logical operator that i... 32-bit integer - 32-bit signed integer type is used to store negati... hexadecimal literal - Hexadecimal integer constant, also known as base 1... decrement statement - Decrement statement it is a mathematical operation...
More about Pascal JavaScript
Some commands from JavaScript:
single line comment - In the case of single-line comments from start tag... addition - Addition is a matematical operation, it can be use... increment statement - It is a mathematical operation that is used to inc... explicit conversion to boolean - The required type conversion can be carried out as...
More about JavaScript FreeBASIC
Some commands from FreeBASIC:
loop with condition at the end - Condition testing is done at the end of the loop. ... logical constant - false - Logical constant - false is used as follows: explicit conversion to 8-bit unsigned integer - The required type conversion can be carried out as... bitwise and - Bitwise AND with another name bit clearing operati...
More about FreeBASIC C++
Some commands from C++:
multi line comment - In the case of multi-line comments from start tags... additive inverse - Operator negative sign is used to change the sign ... 32-bit integer - 32-bit signed integer type is used to store negati... break statement - Used for the immediate interruption of the loop. a...
More about C++ Visual Basic .NET
Some commands from Visual Basic .NET:
division - Division is a matematical operation, it can be use... explicit conversion to 64-bit unsigned integer - The required type conversion can be carried out as... conditional statement - By conditions we can control our program. thanks c... single line comment - In the case of single-line comments from start tag...
More about Visual Basic .NET