What does exclamation mark mean c#?
Answer / Vijendra Pal
In C#, the exclamation mark (!) is a logical NOT operator. It returns the opposite boolean value of its operand. For example: nn```nbool b = true;nb = !b;nConsole.WriteLine(b); // outputs falsen```
| Is This Answer Correct ? | 0 Yes | 0 No |
Does c# support #define for defining global constants?
What is an assembly qualified name? Is it a filename? How is it different?
can you tell me what are the steps should follow to do delay signing.
Explain About Virtual functions and their use.
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
What is inheritance in csharp?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
Does c# support try-catch-finally blocks?
What is difference between tostring() vs convert.tostring() vs (string) cast
What is a method c#?
How?s method overriding different from overloading?
write program in C# for palindrome? (aug 2009) write program in C3 for generating below output?(aug 2009) # # # # # # # # # #
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)