Lesson 3-5 Flashcards
list of reference library of function needed to run a program.
Header Files
Names that are used to reference variables , function labels and various user
defined objects.
Identifiers
Symbol that tells the compiler to perform specific mathematical or logical operations.
Operators
Instructs the compiler to add files from the standard library of functions.
include directive
- %s acts as a placeholder for a string.
- %d acts as a placeholder for a number.
no answr
no answr
2 or more Lines that start with /* and end with */
Multiple lines Comments
are variables that are declared inside a function. also called as automatic variables.
Local Variables
Values that identifiers can hold.
Literals
indicated by //
Single line comment
=
Assignment Statement
giving variables a value at the time they are declared by placing an equal sign (=) and a constant after the variable name.
Initialization
shows the ways these relationships can be connected together using rules of formal logic.
Logical operator
} means
end or terminates a program or end a compound statement.
specifies the main body of the program where execution starts.
Main Program / main ()
Keywords cannot be a valid identifier.
T or F
True