What are ARRAYS?
Answers were Sorted based on User's Feedback
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 |
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 |
i want question papers of ASP
What is the difference between asp and saas?
what is object in c sharp?
What are the different types of html?
what is stored procedural
What are the attributes of the tags? What are their functions?
plz giv me the procedure for connecting to database
What is difference between asp and php?
Which is the default Scripting Language of ASP (server- side)?
What is an asp program?
Define text stream object?
What are the methods in Application Object?