Monday, 22 July 2019

For Loop Programs in C

For Loop Programs in C


Hello friends,

We are learning about loops , Today we will see or learn some more programs in for loop in C language.

A program to detect the Armstrong Number in three digits from 100 to 999.









A program  to display the numerical pyramid structure using for loop .





Note: The gotoxy() function moves the cursor on the output screen wherever desired.It takes x co-ordinates and y co-ordinates.


A program to display patterns using for loop.





No comments:

Post a Comment

Recent Post

Python Project | Banking System | Project on Banking System using python

  PYTHON PROJECT Banking System import csv import pandas as pd import matplotlib.pyplot as plt import sys import datetime found=False def ne...