.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 469 Page Views: 

What is jagged array?



Posted By: Avi Date: 14 October 2010 04:08:48 AM
 Answer:

It’s array of arrays. It’s not the same as multidimensional array.


Posted By: avibtech


Date: 14 October 2010 04:08:48 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image FnyQHW
Related Questions
.Net Framework : Describe use of named pipes:

Describe use of named pipes:

Named pipes provide interprocess communication between a pipe server and one or more pipe clients. N....
Category: .Net Framework Date: 10/15/2010 10:27:48 AM
.Net Framework : How do format double with only two decimal places after decimal separator?

How do format double with only two decimal places after decimal separator?

field.ToString(“F2”)
Category: .Net Framework Date: 10/15/2010 10:27:48 AM
.Net Framework : Can event be marked as abstract?

Can event be marked as abstract?

Yes
Category: .Net Framework Date: 10/15/2010 8:52:48 AM
.Net Framework : What is routed event?

What is routed event?

Routed event is a type of event that can invoke handlers on multiple listeners in an element tree. R....
Category: .Net Framework Date: 10/15/2010 8:00:49 AM
.Net Framework : What are generics?

What are generics?

Generics add support for type parameters in .NET Framework.
Category: .Net Framework Date: 10/15/2010 6:05:48 AM