What is a string c#?



What is a string c#?..

Answer / Dharmendra Kumar Kannaujiya

A string in C# represents a sequence of characters enclosed within double quotes. It's one of the fundamental data types in the language.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is c++ or c# better?

1 Answers  


What is escape sequence in c#?

1 Answers  


What is short circuit logical evaluation?

1 Answers   TCS,


What is sqladapter c#?

1 Answers  


What tool we have to use to install assembli in gac folder.

1 Answers  


explain the features of static/shared classes.

1 Answers  


public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?

8 Answers  


Explain how do I convert a string to an int in c#?

1 Answers  


What is a boolean c#?

1 Answers  


Do unused Namespaces in c# affect run-time performance?

1 Answers   HCL,


Is visual c# free?

1 Answers  


Is multiple inheritance possible in c#?

1 Answers  


Categories