A
Q. What will be printed?
Code:
bool x = false;
Console.WriteLine(!x);
Console.WriteLine(!x);
- Correct Answer - Option(A)
- Views: 1
- Filed under category .NET Programming
- Hashtags:
Discusssion
Login to discuss.