What are ARRAYS?

Answers were Sorted based on User's Feedback



What are ARRAYS?..

Answer / sudha

It means number of data can be stored in single
variable.This is known as array.

arrays are declare in DIM Array_Name(indexName),it means
Array_Name(5) it stored six item in the array,each item
having position.The position start from Array_Name(0) and
end to Array_Name(5).

Is This Answer Correct ?    2 Yes 1 No

What are ARRAYS?..

Answer / guest

Arrays are variables that store items of similar
information.DIM ARRAY1(4)
(declares an array with the name array1 with 5 elements)

Is This Answer Correct ?    1 Yes 1 No

What are ARRAYS?..

Answer / pratibha

array is a set of same data type element

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP Interview Questions

What do you mean by asp?

0 Answers  


how to delete windows application in vs.net

0 Answers  


Name the command to display characters to the html page?

0 Answers  


How do I add aspx page to visual studio?

0 Answers  


Define global.asa file?

0 Answers  






what is the difference between render event and prerender event

2 Answers   Wipro,


What is Session Object?

2 Answers  


Is asp a programming language?

0 Answers  


how can we delete cookies by coding part . so pls help me

0 Answers   HCL,


How do I open an aspx file in pdf?

0 Answers  


Why asp is used?

0 Answers  


What does aspx stand for?

0 Answers  


Categories