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
Name the data type should you use if you want an 8-bit value thats signed?
What is asp in web design?
How to make page break in Crystal Report..?
What does aspx stand for?
Define file system object object?
Give an example of how using an HttpHandler could simplify an existing design that serves Check Images from an .aspx page.
Explain how to display images using response object?
Define session object?
What is asp code?
What is the difference between server-side validation and client-side validation?
How do I add aspx page to visual studio?
Explain how do you box a primitive data type variable?
How do I save an aspx file?
what are web handlers?
Define unmanaged code?