Implement a 2 dimensional array by one dimentional array
Answer / answer and question
one to one array,multi dimension array
| Is This Answer Correct ? | 3 Yes | 4 No |
What compiler was used?
How is computer programming useful in real life?
Difference between strdup and strcpy?
What is tellg () in c++?
What is the purpose of template?
Why use of template is better than a base class?
Are vectors faster than arrays?
What is the use of typedef?
Do we have private destructors?
What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?
6 Answers HCL, Integra, IPMC, ORG,
Difference between delete and delete[]?
5 Answers Infosys, TCS, Virtusa,
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].