Posted inProg. in C Write a C program to print the pattern of holow rectangle. #include<stdio.h> #include<conio.h> void main() { int i,j,n,m; clrscr(); printf("Enter no. of rows to print rectangular matrix:"); … Posted by dipak May 28, 2024