Terms Flashcards
International Organisation for Standardization
source code
machine language
low-level processor
high-level language
preprocessor
compiler
object code
linker
runtime library
cross compiling
automatic compilation
syntax error
statement
block of code
comment
single-line comments
end-of-line comment
block comment
main() function
parameter
body of a function
return statement
identifier
snake case
camel case
keyword
data type
variable
define a variable
initialize a variable
literal value
assignment statement
arithmetic expression
arithmetic operator
operand
cast a data type
integer division
modulus operator
remainder operator
decimal division
console
preprocessor directive
standard library
header file
namespace
stream
standard output stream
stream insertion operator
chained expressions
stream manipulator
standard input stream
stream extraction operator
function
argument
using directive
using declaration
scope resolution operator
fully qualified name
pseudorandom number
char
ASCII character set
character literal
string
class
object
string literal
empty string
concatenate strings
append to a string
escape sequence
whitespace
token
member function
dot operator
syntax error
compile-time error
test a program