- Write a function that takes an an MxN matrix such that if an element in this input
matrix is 0, its entire row and column is set to 0.
void changeMatrix(int *Mat[],int M, int N)
passant.elwasimy 0 Newbie Poster
NathanOliver 429 Veteran Poster Featured Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.