Define a program that reads two matrices of size 3x3 with real
values from the user then prints
their sum, difference and multiplication.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are templates? where we should use it?

2 Answers   Alcatel,


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


What are member functions used in c++?

0 Answers  


What do you understand by pure virtual function? Write about its use?

0 Answers  


When does a name clash occur?

1 Answers  






Explain explicit container.

0 Answers  


What is a "RTTI"?

6 Answers   HCL,


What is dev c++ used for?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  


Explain about templates of C++.

0 Answers  


What is overloading unary operator?

0 Answers  


What is c++ hash?

0 Answers  


Categories