A p × q matrix A can be multiplied with a q × r matrix B. The result will be a p × r matrix C. There are (p . R) total entries in C and each takes __ to compute. (A) O (q) (p= 84) (B) O (1) (C) O (n^2) (D) O (n^3)►Correct Option Correct Option is: A