Variable Header.QDCOUNT

An unsigned 16 bit integer specifying the number of entries in the question section.

struct Header
{
  // ...
  ushort QDCOUNT ;
  // ...
}