Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


#include <iostream>
using namespace std;
int main() {
int a = 3;
int c[5][5];
for (int x=0;x<5;x++) {
for (int y=0;y<5;y++) {
c[x][y] = x*y;
}
}
cout << c[a][2];
}



#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=..

Answer / pratiksha21

answer is 6

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More OOPS Interview Questions

Write a program to demonstrate the use of 'Composition' in C++

2 Answers  


Write a program in c++ to read two floating point numbers and find their sum and average.

2 Answers  


What is the concept of object oriented program?

6 Answers  


Name an advantage of array over linked list?

24 Answers   GML, IBM, Software Solutions,


Why do pointers exist?

0 Answers  


what is difference between objects and function

3 Answers  


What is deep and shalow copy?

3 Answers   L&T, TCS,


What is the difference between declaration and definition?

20 Answers   IBS,


What is encapsulation oop?

0 Answers  


Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?

5 Answers  


What are two types of polymorphism?

0 Answers  


Describe the difference between a Thread and a Process?

11 Answers   Siebel Systems,


Categories