Chiranji Nagarani

I've been pursuing my graduation . And im very much interested in content writing and article writing. And I love to explore.

Student at University college of engineering and technology for women

Studied at Model high school

Certified in Line follower robot workshop

Program to print the following format.

The clip explains to print the pattern given in the question like decreasing triangle.

Program to explain backward go-to.

Here backward go-to is explained.

Program to find reverse of a given number and print the number in reverse order.

It is nothing but to pront the given numbers in a reverse order. For example : 1 2 3 then it will print 3 2 1.

Prpgram to find factorial value of a given number using do while.

Factorial is the product of all the digits from 1 to given range.

Program to print natural numbers 1-10 in reverse order.

This program explains the printing of natural numbers in reverse order.

Program to find sum of n natural numbers using while

This is nothing but the sum of n natural numbers using while loop it means I a given range finding the sum.

Program to find palindrome numbers below range n and print them using nested do while.

Here in this program certain range n is given and the conditions of palindrome are to be checked.

Program to find whether the given number is palindrome or not.

Palindrome is the number which is same when it is ready from reverse and straight order.

About cyber security

We can know how to protect our devices from hacking

Program to read two valued and explain arithmetic operators.

This is a simple c program to explain arithmetic operations. Using 6variables and two values, we performed different operations like addition, subtraction,division, multiplication. Header files stdio.h and conio h are used to accept getch(),clrscr(), printf,scanf .

About algorithm and essential properties of an algorithm

The main essential properties of an algorithm are characters of an algorithm. Simple , definiteness, finiteness,input/output,generality, effectiveness. Simple means,the algorithm should be simple to understand. Definiteness means each and every step should have a definite meaning.