MCQOPTIONS
Bookmark
Saved Bookmarks
→
VITEEE
→
VITEEE - 2018
→
State True or False:
1.
State True or False:
A.
True
B.
False
Answer» B. False
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
If a matrix has equal number of columns and rows then it is said to be a
Matrix A when multiplied with Matrix C gives the Identity matrix I, what is C?
What is the disadvantage of matrices?
Which of the following are the uses of matrices?
If column-major order is used, how is the following matrix stored in memory? a b c d e f g h i
If row-major order is used, how is the following matrix stored in memory? a b c d e f g h i
What does the following piece of code do? for(int i = 0; i < row; i++) { for(int j = 0; j < column; j++) { if(i == j) sum = sum + (array[i][j]); } } System.out.println(sum);
Select the code snippet which performs matrix multiplication.(a and b are the two given matrices, resultant marix is c)
How do you allocate a matrix using a single pointer in C?(r and c are the number of rows and columns respectively)
Which of the following property does not hold for matrix multiplication?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies