c patterns Write a C Program to print half pyramid. #include <stdio.h> int main() { int i,j,rows; printf("Enter the number of rows: "); scanf(… byComputer Programming and Technology. •1:39 PM