Question: Write a C program that accepts an odd number from the user and prints a pyramid of asterisks (*) that is as tall as the

Write a C program that accepts an odd number from the user and prints a pyramid of asterisks (*) that is as tall as the number entered. For example, if the user enters 3, the program should print: *** *****
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
