Floyd’s Triangle Program in C with explanation

In this tutorial, we will learn how to write floyd’s triangle program in C. But before moving on writing program lets know What is Floyd’s Triangle? Floyd’s triangle is a right angled triangle, which is made using natural numbers. It is named after Rober Floyd. Its element is left aligned in which it started filling … Read more