Thursday, August 20, 2009

dot net interview questions & answers

1. What is a variable ?
Variable is a memory location through which the actual values are stored/retrieved. Its value can be changed.
2. What is the maximum size of an array ?
Up to 60 dimensions.