Multiple Choice
All programming languages that support pointers provide a special pointer value, known as both NULL and ____, that acts as a sentinel or flag to indicate when the last structure has been processed.
A) FALSE
B) VOID
C) NIL
D) INVALID
Correct Answer:

Verified
Correct Answer:
Verified
Q2: The function prototype for malloc() is contained
Q3: The function call _ requests enough memory
Q4: The advantage to the calloc() function is
Q5: _ reserves the number of bytes requested
Q6: Placing a new item on top of
Q8: _ changes the size of previously allocated
Q9: The operation of placing a new structure
Q10: In computer programming, stacks are used in
Q11: The operation of adding a new structure
Q12: The expression t1.nextaddr->name is evaluated as _.<br>A)t1(.nextaddr->name)<br>B)(t1.nextaddr->)name<br>C)t1.(nextaddr->name)<br>D)(t1.nextaddr)->name