Advantage and disadvantage of routing in telecom sector
No Answer is Posted For this Question
Be the First to Post Answer
Can main method override?
create a c++ program that will accepts 9 inputs using 3 by 3 array.
What is the concept of object oriented program?
What is encapsulation?
#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]; }
write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?
2 Answers IBMS, Zycus Infotech,
What is difference between data abstraction and encapsulation?
What is encapsulation in oops?
why to use template classes in c++?
What is an advantage of polymorphism?
What do you mean by Encapsulation?
How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram