What are ARRAYS?

Answers were Sorted based on User's Feedback



What are ARRAYS?..

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

What are ARRAYS?..

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 are ARRAYS?..

Answer / pratibha

array is a set of same data type element

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP Interview Questions

What is the difference between asp and saas?

1 Answers  


What are private assemblies and shared assemblies?

1 Answers  


how show video in own page.

0 Answers  


What is ascx cs?

1 Answers  


Hii My Question is How the Down Payment will clear in APP? Can any one help me

1 Answers  


What is asp software?

1 Answers  


What opens asp files?

1 Answers  


How does asp differ from html?

1 Answers  


What is the use of global.asax?

1 Answers  


WHAT IS PRIMARY KEY???

2 Answers   Telmac,


Which is the default Scripting Language of ASP (server- side)?

2 Answers  


Explain how to refresh an asp page on a single click of a button?

1 Answers  


Categories