Where is pseudocode used?
No Answer is Posted For this Question
Be the First to Post Answer
Is react oop?
What causes polymorphism?
can you explain how to use JavaBean in Project
Does c++ support multilevel and multiple inheritance?
What is for loop and its syntax?
what is the difference b/w abstract and interface?
2 Answers Merrill Lynch, Schneider, Scio Healthcare,
What is oops concept with example?
why freind function takes more parameter than normal member function in c++?
What is difference between abstraction and encapsulation?
can main method be overloaded...??? How..????
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
#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]; }