Jit 4 All
Unlocking in 3 seconds.
Jit-HTML lesson
Back to HTML Logout

Reserved words and their meaning

Command Meaning / Use
autoLocal variable. Usually implied automatically.
breakExit a loop or switch statement immediately.
caseA choice inside a switch statement.
charStores a single character such as 'A'.
constValue cannot be changed after creation.
continueSkip the rest of the current loop iteration.
defaultFallback option in a switch statement.
doUsed in a do...while loop.
doubleDouble-precision floating point number.
elseRuns when an if condition is false.
enumCreate a list of named numeric constants.
externVariable or function exists in another file.
floatStores decimal numbers.
forLoop with start, test, and update sections.
gotoJump directly to a label in code.
ifRun code only when a condition is true.
inlineSuggest function code be inserted directly.
intStores whole numbers.
longLarger integer type.
registerSuggest storing a variable in CPU registers.
restrictPointer optimization hint for compiler.
returnSend a value back from a function.
shortSmaller integer type.
signedNumber can be positive or negative.
sizeofReturns size of a variable or type in bytes.
staticKeep value between function calls or limit scope.
structCreate a custom data structure.
switchSelect one of many code paths.
typedefCreate a new name for a type.
unionSeveral variables share the same memory.
unsignedNumber cannot be negative.
voidNo value or no type.
volatileValue may change unexpectedly.
whileLoop while a condition remains true.
_AlignasSpecify memory alignment requirements.
_AlignofGet alignment requirement of a type.
_AtomicAtomic variable for thread safety.
_BoolBoolean type (true or false).
_ComplexComplex number type.
_GenericChoose code based on data type.
_ImaginaryImaginary number type (rare).
_NoreturnFunction never returns to caller.
_Static_assertCompile-time check.
_Thread_localSeparate copy for each thread.
#defineCreate a preprocessor macro.
#includeInsert another file before compilation.
#ifdefCompile only if a macro exists.
#ifndefCompile only if a macro does not exist.
#endifEnd an #if, #ifdef, or #ifndef block.
#pragmaCompiler-specific instruction.
Open ChatGPT

moc.rt-tij [ta] troppus
(customization available)