If [A]m×n and [B]n×p are two matrices, then the order of AB will be n ×n.
False
If two matrices A & B are multiplied then the resultant matrix AB will have the same number of rows as A has and same number of columns as B. So the order of resultant matrix AB will be m×p where m is the number of rows of A and p is the number of columns of B.