Implement a 2 dimensional array by one dimentional array
Answer Posted / answer and question
one to one array,multi dimension array
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Write a program to show polymorphism in C++?
Is c++ the hardest programming language?
What is the difference between function overloading and operator overloading?
How do you sort a sort function in c++ to sort in descending order?
What is a storage class?
Can you pass an array to a function in c++?
Explain differences between alloc() and free()?
What are the unique features of C++.
How can you link a c++ program to c functions?
What is wrapper class in c++?
Can manipulators fall in love?
Is c++ an oop?
What are keywords in c++?
What jobs can you get with a c++ certification?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?