Answer Posted / sagar
csharp provided a new concept of nullable type in which we
can store null values to integer data type , previously
like c , c++ its not possible to store null values in value
types,this languages supports to store null values only in
reference types.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to find whether the application is run from inside ide or not?
How many types of constructors are there?
What is the difference between method overriding and method overloading?
What is a .exe extension files? How is it similar to .dll extension files?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
Define delegate in c#?
What are assemblies?
Do unused Namespaces in c# affect run-time performance?
Is datetime value type c#?
Explain about finalize method?
Explain About .NET Framework
Why do we use static class in c#?
What is the difference between int16 and int32 in c#?
What are the 2 broad classifications of data types available in c#?
Is null empty or whitespace c#?