Q. WAP (Write A Program) to making the floyd algorithm character pattern in C as:
A
BC
DEF
GHIJ
KLMNO
Ans.
/*c program for floyd algorithm character pattern*/
#include<stdio.h>
int main()
{
A
BC
DEF
GHIJ
KLMNO
Ans.
/*c program for floyd algorithm character pattern*/
#include<stdio.h>
int main()
{