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

Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

0 Answers  


Out of fgets() and gets() which function is safe to use?

0 Answers  


What do nonglobal variables default to a) auto b) register c) static

0 Answers  


What are the two types of comments, and how do they differ?

0 Answers  


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

0 Answers  


Differentiate between structure and class in c++.

0 Answers  


What is data type in c++?

0 Answers  


Do vectors start at 0 c++?

0 Answers  


What are iterators in c++?

0 Answers  


Explain how an exception handler is defined and invoked in a Program.

0 Answers  


Differentiate between the message and method?

1 Answers  


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

0 Answers  


Categories