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 |
Why is c++ is better than c?
How many storage classes are available in C++?
How do you define a class in c++?
Why is c++ considered difficult?
Is java as fast as c++?
What is a container class?
string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring
What is the Difference between "C structure" and "C++ structure"?
Is c++ fully object oriented?
Does c++ have arraylist?
What are libraries in c++?
What is a multiset c++?