R
Q. Which of the following statements are correct about a .NET Assembly? 1. It is the smallest deployable unit. 2. Each assembly has only one entry point - Main(), WinMain() or DLLMain(). 3. An assembly can be a Shared assembly or a Private assembly. 4. An assembly can contain only code and data. 5. An assembly is always in the form of an EXE file
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. A variable which is declared inside a method is called a________variable
Q. What will be the output of the following C# code?
Q. Choose the namespace in which the interface IEnumerable is declared?
Q. _________ are reserved, and cannot be used as identifiers.
Q. Which of following statement are correct about functions?
Q. A structure in C# provides a unique way of packing together data of ______ types.
Q. C# has _______ operator, useful for making two way decisions.
Discusssion
Login to discuss.