What are nullable types? Is Nullable<int> I and int ?i are same.
Answer Posted / chandana
nullable types are variable which can have null assigned as
their value.
Yes, they are same.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is default access modifier for class in c#?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
Why do we use abstract class in c#?
How to declares a two-dimensional array in C#?
What is predicate c#?
What is a thread c#?
Hi Friends, I am going through Siemens Interview Procedure from last 1+1/2 months. I went through 1 written + 2 Technical + 1 Managerial Round process after which I got call from HR informing that "you are selected and we would like to meet you for HR round". HR round was very nominal compared to MR. HR Round last for hardly 5 mins. They told me that you will get the final result on Friday. Still I have not received any feedback from them. Please help!!!
Write the syntax for catching an exception in c#?
Structs are not reference types. Can structs have constructors?
Why do we write system in c#?
Is versioning applicable to private assemblies?
Explain dataset.acceptchanges method in .net?
How many bytes is an int c#?
What are actions in c#?
Are objects passed by reference in c#?