What is xamarin used for?


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

Post New Answer

More C Sharp Interview Questions

what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

1 Answers   iGate,


Suppose in a scenario if we want to display information only until 4.00 p.m and after that means after 4.00 p.m if any one tries to access the information it should give error mesage. Then how will you write a delegate for this ? Give coding.

1 Answers   HP, nTech Solutions, Primetech Software, PS,


Why we use methods in c#?

0 Answers  


Can a struct be null?

0 Answers  


can you create a function in c# which can accept varying number of arguments

0 Answers   Cognizant,






What is difference between managed and unmanaged code?

0 Answers   SwanSoft Technologies,


What is private protected in c#?

0 Answers  


Can you store multiple data types in System.Array?

20 Answers   Satyam, Siebel Systems,


Can abstract class be instantiated c#?

0 Answers  


What is class sortedlist underneath?

0 Answers  


What is early binding and late binding

12 Answers   ABC, Infosys, TATA,


Is unboxing an implicit conversion?

0 Answers  


Categories