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 the difference between "calloc" and "malloc"?

9 Answers   ADP,


Should you pass exceptions by value or by reference?

0 Answers  


What issue do auto_ptr objects address?

2 Answers  


What is the difference between Class and Structure?

40 Answers   HP, IBM, Samsung, TCS,


how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds

0 Answers   Thought Works,






Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.

0 Answers  


Which ide is best for c++?

0 Answers  


What is size of a object of following class? class Foo { public: void foo(){} }

2 Answers   CA,


When do we use copy constructors?

0 Answers  


Name the implicit member functions of a class.

0 Answers  


Can you declare an array without a size in c++?

0 Answers  


Explain differences between new() and delete()?

0 Answers  


Categories