#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];
}
Answer Posted / pratiksha21
answer is 6
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is the problem with multiple inheritance?
what's the basic's in dot net
what is difference between class template and template class?
Is abstract thinking intelligence?
How to improve object oriented design skills?
Why do we use polymorphism?
What is difference between multiple inheritance and multilevel inheritance?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is meant by multiple inheritance?
What is the renewal class?
What is object in oop with example?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is abstraction in oop?
What is class and object in oops?