Code Translation Project
Don't lose in a world of programming languages
C
Lexical elements
Constants
Integer constants
Hexadecimal literal
Decimal literal
Octal literal
Floating point constants
Floatingpoint constant
Comments
Single line comment
Multi line comment
Types and variables
Basic data types
Numbers
Integers
Unsigned
8-bit unsigned integer
16-bit unsigned integer
32-bit unsigned integer
Signed
8-bit integer
16-bit integer
32-bit integer
Real numbers
32-bit real number
64-bit real number
Type conversions
Explicit
To 8-bit integer
To 8-bit unsigned integer
To 16-bit integer
To 16-bit unsigned integer
To 32-bit integer
To 32-bit unsigned integer
To 32-bit real number
To 64-bit real number
Variables
Variable declaration
Variable use
Automatic variable
Automatic variable declaration
Program structure
Statements
Expressions
Operators
Parenthesis operator
Arithmetic operators
Addition
Subtraction
Multiplication
Division
Integer division
Modulo
Additive inverse
Logical
Logical and
Logical or
Logical negation
Bitwise
Bitwise left shift
Bitwise right shift
Bitwise and
Bitwise or
Bitwise not
Bitwise xor
Relational
Less than
Greater than
Less than or equal to
Greater than or equal to
Equal to
Not equal to
Assignment
Assignment
Statements
Expression statement
Block statement
Loops
Loop with condition at the end
Loop with condition on the beginning
Conditional statements
Conditional statement
Jump statements
Break statement
Continue statement
Increse decrease
Increment statement
Decrement statement
C
.
Types and variables
.
Variables
C - Variable declaration
Variable declaration is used for its creation.
variable declaration
Description
type
name
Data:
name -
Input
type
-
data types
Childs
automatic variable declaration
Variable declaration is used for its creation.
Variable declaration in another programming language:
All
Basic
FreeBASIC
Visual Basic .NET
C
C++
Visual C++ .NET
C#
Java
Pascal
Object Pascal
Free Pascal
Differences to:
Basic
FreeBASIC
Visual Basic .NET
C#
Java
Pascal
Object Pascal
Free Pascal
Languages:
en
hu
cz
sk