This "type" is usually 8-bits long.
What is a char?
This bitwise number represents false.
What is 0?
These are variables that hold memory addresses.
What are pointers?
This hex digit represents 11.
What is "B"?
What university did Ethan Blanton graduate from?
What is Ohio University.
This initializer can only be used at declaration.
What is a Static Initializer?
TRUE OF FLASE: This "||" represents logical or?
True
This pointer value represents an invalid address.
What is a long long?
What town does Ethan Blanton live in?
This operator is used to return the remainder of two divided numbers.
What is Modulo?
C uses this mode of evaluation that terminates evaluation once a boolean is known.
What is short circuit evaluation?
The number of bits a machine can read or write in one access depends on what?
The Phrase Big Endian represents what ordering of integers?
What is big ones first.
How old is Ethan Blanton?
What is 44 years old?
This is the most common methodology for iterating through an array.
What is a for loop?
This header file must be included for standardized boolean evaluation.
What is the bus width on a standard system today?
What is 64 bits?
Who was voted Buffalo's sexiest man in 1998?
Mathew Hertz
The colloquial name for a double-precision floating point number.
What is a double?
bool x = true; int y = 2;
if (x)
printf("x is true\n");
if (y)
printf("y is true\n");
if (x == y)
printf("x and y are equal\n");
"x is true."
"y is true."
The memory system is like what?
What is an array?
This integer representation method, stores negative integers by flipping all bits.
What is One's compliment.
Who would win in a fight. Blanton or Hartloff?
Debate it for yourselves.