Suppose, you are given two variables a and b as inputs in 2-D format. Find out, where do the maximum number belongs (as output c) in the 3-D matrix which is generated by concatenating the given 2-D inputs a and b
Example:- Inputs: a =[1 2 3], b =[3 4 5] and Output: c =6

Solution Stats

36 Solutions

24 Solvers

Last Solution submitted on May 30, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...