Multiple choice technology programming languages

What is a manifest ?

  1. area where the assembly code is compiled

  2. area in which Debug information is a stored

  3. area in which Assembly metadata is stored

  4. area where variables are initialized

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In .NET assembly structure, the manifest is the metadata that describes the assembly's identity, version, dependencies, and security requirements. It is NOT for code compilation, debug information, or variable initialization - those are handled by other parts of the assembly structure.