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 |
Briefly explain recursive algorithm 50 how do you search for a target key in a linked list?
How many types of linked list exist?
Explain about the different lists available in the collection?
Define linear data structures?
Which is faster arraylist or hashmap?
Why do we need a data structure?
What is the difference between b tree and binary search tree?
Why do we need arrays if all the operations that are performed on arrays can be performed on arraylist?
Write a program for Sorting an Array. Which sorting will you prefer?
How does a binary search work?
Is a hashmap a dictionary?
What are the types of bulleted list?