- 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
Recommended Answers
Jump to PostSo what is the problem you are having? No one is going to do this for you.
All 2 Replies
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.