What is a string or array type?



What is a string or array type?..

Answer / Manish Patel

In C#, both strings and arrays are data types. Strings (System.String) represent a sequence of characters, whereas arrays represent a collection of elements that share the same data type.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Briefly explain recursive algorithm 50 how do you search for a target key in a linked list?

1 Answers  


How many types of linked list exist?

1 Answers  


Explain about the different lists available in the collection?

1 Answers  


Define linear data structures?

1 Answers  


Which is faster arraylist or hashmap?

1 Answers  


Why do we need a data structure?

1 Answers  


What is the difference between b tree and binary search tree?

1 Answers  


Why do we need arrays if all the operations that are performed on arrays can be performed on arraylist?

1 Answers  


Write a program for Sorting an Array. Which sorting will you prefer?

0 Answers  


How does a binary search work?

1 Answers  


Is a hashmap a dictionary?

1 Answers  


What are the types of bulleted list?

1 Answers  


Categories