Write a program in C# for checking a given number is PRIME or not.


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

Post New Answer

More C Sharp Interview Questions

Explain About a class access specifiers and method access specifiers.

0 Answers  


Is it possible to have a static indexer in c#? Allowed in c#.

0 Answers  


What is the difference between dll and lib?

0 Answers  


How does a function pointer returns a function pointer?

3 Answers   Wipro,


how to return morethan one value using out parameter in c#.net ; For Example : public int show(out int []a) { int []a={1,2,3,4,5}; return a[]; } we have to print all the values without using the Console.WriteLine statement;

1 Answers   Verizon,






what is the difference between interface and abstraction?

5 Answers   Choice Solutions, IBM,


What are the value types in c#?

0 Answers  


Distinguish between a class and struct?

0 Answers  


What is class sortedlist underneath?

0 Answers  


Is 0 an unsigned integer?

0 Answers  


What is regex c#?

0 Answers  


Does C# support multiple inheritance?

5 Answers  


Categories