Answer Posted / 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 |
Post New Answer View All Answers
What is the work of asp?
how can we create a webpage in .Net
What is the maximum size of an array in asp?
. which tag i need to use manually to bind columns in a datagrid ?
Explain the difference between a namespace and an assembly name?
What data types does the rangevalidator control support?
Explain the post & get method or explain the difference between them in asp?
how to add master page in aspx page that is design before master page....
What are private assemblies?
Can I avoid using the garbage collected heap?
by puting attendance to students if he absent tat should intimate to his fathers mobile automatically anybody having code send to me
What is difference between aspx and razor?
How many types of report in asp.net 2008?
Explain the function of attributes in tags?
how to update text box value in c#.net project?