.Net Interview Question: How to add an assembly to GAC?

Using Gacutil. Go to “Visual Studio Command Prompt” and type “gacutil –i (assembly name)”, where (assembly name) is the DLL name of the project