- Define Array?
- The starting location of an array is 1000.If the array[1..5/..4] is stored in a row major order form what is the location of element[4][3].Each element occupies 4 bytes.
- What is the size of the array declared as double *x[5]?
- Is the expressions arr and *arr are same for array of integers?
- Is it possible to allocate arrays dynamically?
- Difference between string and arrays?
- Difference between arrays and linked list?
- Does mentioning arrayname gives basse addressin all contexts?
- How can we increase the size of a dynamically allocated array?
- Is it possible to increase the size of statically allocated array?
- Difference between array and structure?
- How do you count just the number of elements in the array that are being used?
- Consider an array that can holds upto 100 elements, but only the first 20 elements are actually used.What are the values stored in the remaining elements?
- Write the logic for multiplying two 2 by 2 matrices and store the result in a third variable?
- How do you copy the elements of a 2 dimensional array in to a 1 dimensional array?
- Why array index is starting from zero? (or) Why arrays not store values from 1?
- How will you combine the elements of two integer arrays in to one single array in c language?
- How will you convert a 1 dimensional array in to a 2 dimensional array?
- How to split a string(using delimitor /) and store each portion to a separate array?
- What are the application of one dimensional and two dimensional arrays?
- Can we use heterogeneous declarations in arrays?If they are not declared what is the reason?
- What is the valid range of indexes for an array of 10 objects? What happens if we print the address of the 11th memory of that array?
Pages
▼
No comments:
Post a Comment