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 post and get method.

0 Answers  


What is the difference between a namespace and an assembly name?

0 Answers  


What is Session Object?

2 Answers  


sir,please send me the NIC exam questions

0 Answers  


Explain how do you initiate a string without escaping each backslash?

0 Answers  






How many types of cookies are there?

10 Answers   TechSolution, Tops Technologies,


What is the use of global.asax?

0 Answers  


How does if-not-modified-since work? How can it be programmatically implemented with ASP.NET?

0 Answers  


Is classic asp dead?

0 Answers  


Explain how big is the data type int in .net?

0 Answers  


plz send me interview model questions asked in KVB Clerk interview.

2 Answers   Karur Vysya Bank KVB,


What is the Default ScriptTimeOut for Server Object? A. 20 Sec B. 30 Sec C. 60 Sec D. 90 Sec

1 Answers  


Categories