What is the real use of interface in c#?
No Answer is Posted For this Question
Be the First to Post Answer
What is Wrapper class in dot net?
WHICH IS THE BEST BOOK FOR A BEGINNER TO LEARN AP.NET 3.5, C#.NET & ALL THE FEATURES OF VISUAL STUDIO2008? WHAT ARE THE CERTIFICATIONS IN THIS FIELD? WHICH IS BEST BOOK FOR CLAERING CERTIFICATION EXAM? PLZ HELP ME YAAR
Can we make a Static Constructor Parameterized? Give Reason with your answer
What do you mean by expression tree?
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(); } } }
What are different properties provided by Object-oriented systems?
What do multicast delegates mean?
Define method overloading in c#?
what is meant inheritance. can you exaplain what kind inhertance ussed in your project
Can you override private virtual methods?
What is string programming language?
What is .cshtml file?