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 |
What do you mean by asp?
how to delete windows application in vs.net
Name the command to display characters to the html page?
How do I add aspx page to visual studio?
Define global.asa file?
what is the difference between render event and prerender event
What is Session Object?
Is asp a programming language?
how can we delete cookies by coding part . so pls help me
How do I open an aspx file in pdf?
Why asp is used?
What does aspx stand for?