Implement a 2 dimensional array by one dimentional array



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

Post New Answer

More C++ General Interview Questions

What is an operator function? Describe the function of an operator function?

0 Answers   Fidelity,


Write a C++ Program to Multiply two Numbers

1 Answers  


Explain terminate() and unexpected() function?

0 Answers  


State the difference between pre and post increment/decrement operations.

0 Answers  


Can we use this pointer in a class specific, operator-overloading function for new operator?

0 Answers  






You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


Why are arrays usually processed with for loop?

0 Answers  


What is a v-table?

0 Answers  


Differentiate between a template class and class template?

1 Answers  


Explain the benefits of proper inheritance.

0 Answers  


differance between copy & clon

1 Answers   Microsoft,


Why are pointers used?

0 Answers  


Categories