What is the difference between int and System.Int32 CLR types?
Correct Answer: int is just an alias for System.Int32, there is no difference between them.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More C# MCQ Questions