Floyd’s Triangle Program in C with explanation March 14, 2021June 15, 2020 by Prakash Kumar 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 on Rober Floyd. Its element is left aligned in which it started filling the rows starting with 1 and then fill with consecutive numbers. Output