A
Q. What will be the output?
Code:
bool result = string.IsNullOrEmpty("");
Console.WriteLine(result);
Console.WriteLine(result);
- Correct Answer - Option(A)
- Views: 1
- Filed under category .NET Programming
- Hashtags:
Discusssion
Login to discuss.