Is string value type c#?


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

Post New Answer

More C Sharp Interview Questions

Why we use get set property in c#?

0 Answers  


Does unity require coding?

0 Answers  


List down the different ide’s provided by microsoft for c# development.

0 Answers  


What is a byte in c#?

0 Answers  


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  






write the Syntax for Function or Method Overriding?

5 Answers   HCL,


1.write a program in C# to find a given point which is inside in a circle. Given circle's radius and its center point? 2.Write a program in C# to generated 20 prime numbers greater than a given number? (It should be more efficient for large numbers also) 3. Write a Code to check whether a given point is inside a circle or not? given Circle's raduis and its center point. 4. using oops concept, design an elevator do not forget buttons on each floor..

2 Answers  


Can I do things in il that I can't do in c#?

0 Answers  


Can we use "this" command within a static method?

0 Answers  


How do you create partial methods?

0 Answers  


What is the execution entry point for a c# console application?

0 Answers  


What is native image generator (ngen.exe)?

0 Answers  


Categories