Is string nullable in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Is c# an open source?

0 Answers  


Contrast System.String and System.Text.StringBuilder classes?

0 Answers   Siebel,


Can we have multiple threads in one app domain?

0 Answers  


Is it possible to implement an interface to a structure? Is it possible to extend a struct? Is it possible to inherit a class to struct?

9 Answers   IBM, Logica CMG, TCS,


What are the different types of comments in c#?

0 Answers  






What do multicast delegates mean?

0 Answers  


What is the data provider name to connect to access database?

0 Answers  


How long can loop recorders stay in?

0 Answers  


Consider the following pieces of C# code: a. interface I1 {/*......*/} interface I2 {/*......*/} struct Point : I1,I2 {/* ..... */} b. struct Book{ int bookId; struct Book b; } c. using M=Mystruct; struct MyStruct{ int id; } class MyClass{ static void Main(string[] args){ M m = new M(); } } d. struct Sample{ Sample ref x; } Which of the above are correct? Choose one of the options below. a, c and d are right a only right a and c are right d only wrong None of the listed options

3 Answers  


Can I fly with a loop recorder?

0 Answers  


What is string interpolation in c#?

0 Answers  


What are the properties of c#?

0 Answers  


Categories