Q. Write a C program to print the following Reverse L-Shape pyramid as:
*************
*
*
*
*
*
*
*
Ans.
/*c program for reverse L-shape pyramid*/
#include<stdio.h>
int main()
{
int c;
*************
*
*
*
*
*
*
*
Ans.
/*c program for reverse L-shape pyramid*/
#include<stdio.h>
int main()
{
int c;