#programming-languages
Read more stories on Hashnode
Articles with this tag
#include<stdio.h> int main(){ int m, n, i, j; printf("Enter the number of rows: "); scanf("%d", &m); printf("Enter the number of columns:...