Explain About .NET Framework


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

Post New Answer

More C Sharp Interview Questions

hi, I am a begineer to c sharp. I have written a code for finding out prime numbers. Can anyone identify what are the flaws in my code. Kindly donot complex the code or present logic because i am new to c sharp and just started learning programming language.Thanks in advance. class Program { static void Main(string[] args) { int a,b=1; a = int.Parse(Console.ReadLine()); c= int.Parse(Console.ReadLine()); if (a % b == 0 && a % 2 != 0 && a % a == 0) Console.WriteLine(a); else if (a % b == 0 && a % 2 == 0) Console.WriteLine(a%2); Console.WriteLine("Number is not PRIME"); Console.ReadLine(); } } }

2 Answers  


What are the different types of classes in c#?

0 Answers  


What is constants in c#?

0 Answers  


What is system predicate?

0 Answers  


Is c# still popular?

0 Answers  






What are events in C#?

0 Answers   CDC,


Explain about Serialize and MarshalByRef?

0 Answers  


Which .gang of four. Design pattern is shown below?

0 Answers  


What is an arraylist in c#?

0 Answers  


Can you change the value of a variable while debugging a C# application?

2 Answers  


Error handling and how this is done ?

2 Answers   Digital GlobalSoft,


What do you know about WM_CHAR message?

0 Answers   C DAC,


Categories