What is multidimensional array?



What is multidimensional array?..

Answer / 159

An array having more than one dimension is called multidimensional array

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.

4 Answers   NIIT, TCS,


i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION

2 Answers   CTS,


What is constructor overloading in oop?

0 Answers  


Why is polymorphism needed?

0 Answers  


What is abstraction and encapsulation?

0 Answers  






why to use template classes in c++?

1 Answers  


In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}

1 Answers  


What are virtual functions?

2 Answers  


what is graphics

0 Answers  


Write a program to get the binary tree.

3 Answers   ABC,


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

0 Answers  


Name a typical usage of polymorphism

3 Answers  


Categories