Midterm Flashcards
The co-inventor of Dennis Ritchie for C language
Ken Thompson
A flowchart symbol that depicts the initialization of data
Preparation
The following are keywords in C except
A) short B) int C) get
C
he byte length of a double floating value.
8
The year in which C was completely standardized by ANSI
1989
A language similar to machine language but easier to program because it allows to substitute names for numbers
Assembly language
Useful for explanation of a code.
comment
Also known as branching statements.
Conditional
The decision making logic in C is treated as a/an operation
Arithmethic
A iterative statement inside another iterative statement is called
Nesting
Normally. would be the priority on which operation would be evaluated first.
precedence
The iterative statement usually used in tandem with a counter.
while
Variable names in C must not start with a/an
digits
Upper and lowercase letters are distinct because C/C++ is ___________ sensitive
case
A posttest loop
do while