Programming portal
Keywords
Programing Languages
C
Some commands from C:
assignment - The assignment operator is used to assign a value ... expression statement - Expression statement is evaluating the expression,... explicit conversion to 32-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 C FreeBASIC
Some commands from FreeBASIC:
explicit conversion to 64-bit integer - The required type conversion can be carried out as... bitwise left shift - Bit shift to the left as many time shifts the inpu... continue statement - This command is used to start the next iteration. ... single line comment - In the case of single-line comments from start tag...
More about FreeBASIC Pascal
Some commands from Pascal:
explicit conversion to 16-bit unsigned integer - The required type conversion can be carried out as... loop with condition at the end until is false - Condition testing is done at the end of the loop. ... bitwise or - Bitwise AND or with another name setting to 1. it ... logical constant - true - Logical constant - true is used as follows:
More about Pascal Visual Basic .NET
Some commands from Visual Basic .NET:
bitwise right shift - Bit shift to the right as many time shifts the inp... explicit conversion to 16-bit unsigned integer - The required type conversion can be carried out as... loop with condition on the beginning - Condition testing is done at the beginning of the ... single line comment - In the case of single-line comments from start tag...
More about Visual Basic .NET Free Pascal
Some commands from Free Pascal:
explicit conversion to 16-bit integer - The required type conversion can be carried out as... increment statement - It is a mathematical operation that is used to inc... Equal to - Equal to operator is a logical operator that is us... octal literal - Constants of octal numeral system are also known a...
More about Free Pascal C++
Some commands from C++:
less than - Less than operator is a logical operator that is u... explicit conversion to 64-bit real number - The required type conversion can be carried out as... floatingpoint constant - Signed decimal number, is made from whole and frac... increment statement - It is a mathematical operation that is used to inc...
More about C++ PHP
Some commands from PHP:
hexadecimal literal - Hexadecimal integer constant, also known as base 1... loop with condition on the beginning - Condition testing is done at the beginning of the ... logical or - Logical OR works as follows: just in case it's the... 64-bit real number - 64-bit real number and his value range: from - 1.7...
More about PHP Visual C++ .NET
Some commands from Visual C++ .NET:
32-bit unsigned integer - 32-bit unsigned integer type is used to store only... conditional statement - By conditions we can control our program. thanks c... logical constant - true - Logical constant - true is used as follows: bitwise right shift - Bit shift to the right as many time shifts the inp...
More about Visual C++ .NET C#
Some commands from C#:
logical negation - The logical negation operator is used to determine... hexadecimal literal - Hexadecimal integer constant, also known as base 1... loop with condition at the end - Condition testing is done at the end of the loop. ... 32-bit integer - 32-bit signed integer type is used to store negati...
More about C# Java
Some commands from Java:
conditional statement - By conditions we can control our program. thanks c... 8-bit integer - 8-bit signed integer type is used to store negativ... hexadecimal literal - Hexadecimal integer constant, also known as base 1... multiplication - Multiplication is a matematical operation, it can ...
More about Java JavaScript
Some commands from JavaScript:
modulo - Using the modulo operator we can calculate the rem... logical constant - false - Logical constant - false is used as follows: loop with condition at the end - Condition testing is done at the end of the loop. ... variable use - Using variables, you can access the data stored in...
More about JavaScript Object Pascal
Some commands from Object Pascal:
bitwise xor - The main area of application of the bitwise exclus... explicit conversion to 32-bit real number - The required type conversion can be carried out as... break statement - Used for the immediate interruption of the loop. a... hexadecimal literal - Hexadecimal integer constant, also known as base 1...
More about Object Pascal Basic
Some commands from Basic:
parenthesis operator - We can use parentheses to change the order of expr... conditional statement - By conditions we can control our program. thanks c... 64-bit real number - 64-bit real number and his value range: from - 1.7... octal literal - Constants of octal numeral system are also known a...
More about Basic