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 is the difference between asp and saas?
What are private assemblies and shared assemblies?
how show video in own page.
What is ascx cs?
Hii My Question is How the Down Payment will clear in APP? Can any one help me
What is asp software?
What opens asp files?
How does asp differ from html?
What is the use of global.asax?
WHAT IS PRIMARY KEY???
Which is the default Scripting Language of ASP (server- side)?
Explain how to refresh an asp page on a single click of a button?