What are strings in c#?



What are strings in c#?..

Answer / Priti Baranwal

In C#, a string is a sequence of characters that are enclosed within double quotes (""). They are treated as objects and can be manipulated using various methods provided by the System.String class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can a class be private in c#?

1 Answers  


Why array is faster than arraylist in c#?

1 Answers  


What is a delegate in c#?

1 Answers  


Does c# support #define for defining global constants?

1 Answers  


What floating point types is supported in C#?

1 Answers  


Can you see a loop recorder?

1 Answers  


What does namespace mean?

1 Answers  


what is virtual method in c#?

1 Answers  


What is the correct way of declaring an xml namespace?

1 Answers  


what is unit testing

2 Answers  


what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?

1 Answers   Satyam,


What?s a satellite assembly?

1 Answers  


Categories