Question: What is missing from this code, which is supposed to create a test cookies?

  1. The `$_REQUEST` is missing.
  2. The `$_COOKIES` array is missing.
  3. The cookie session is missing.
  4. The call to `setcookie()` is missing.

Answer: The correct answer of the above question is Option D:The call to `setcookie()` is missing.