Is string nullable in c#?
No Answer is Posted For this Question
Be the First to Post Answer
Is c# an open source?
Contrast System.String and System.Text.StringBuilder classes?
Can we have multiple threads in one app domain?
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#?
What do multicast delegates mean?
What is the data provider name to connect to access database?
How long can loop recorders stay in?
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
Can I fly with a loop recorder?
What is string interpolation in c#?
What are the properties of c#?