Write a C++ program using function that takes a Two Dimensionalarray, number of rows and number of columns in
that array as argument, and returns another 2D-array containingbinary representation of those
numbers.
Expert Answer
Answer to Write a C++ program using function that takes a Two Dimensional array, number of rows and number of columns in that arra…