Normal
if/else
Loops
Arrays
Strings
Other Logical Programs
Different Patterns
C Program of Pyramid
Print this pyramid using any spacial character or any character.
See More...
- C Program to print a message on screen
- C Program to calculate compound interest
- C Program to convert number of days into years,weeks and days
- C Program that accepts marks in 5 subjects and gives average marks
- C Program to raise a number x to a positive power n
- C Program to print ASCII value of a character
- C Program that accepts radius of a circle and print its area
- C Program to print size of different data types
- C Program to convert fractional value to its nearest value
if/else
- C Program to swap two numbers without using third variable
- C Program to check whether a given number is even or odd
- C Program to find greatest number among three numbers
- C Program to find whether a given year is a leep year or not
- C Program to convert temperature from Fahrenheit to Celsius or Celsius to Fahrenheit
- C Program to find whether a given character is an alphabet,digit or any special character
- C Program to calculate roots of quadratic equation ax^2+bx+c=0
Loops
- C Program to reverse any number
- C Program to check a number is prime or not
- C Program to print first n natural numbers and their sum
- C Program to print Fibonacci series
- C Program to find largest number in given Numbers
- C Program to calculate the factorial
- C Program to check a given number is an Armstrong number or not
- C Program check a number is palindrome or not
- C Program to find LCM and HCF of two numbers
Arrays
Strings
- C Program to reverse a string
- C Program to print a string in alphabetical order
- C Program to check whether given string is palindrome or not
- C Program to count number of words in a string
- C Program to find length of a string
- C Program to read a string and generate a list of ASCII codes of each character
- C Program to concatenate two strings
- C Program to copy a string
- C Program to reads a text and count occurrences of a particular word
Other Logical Programs
- C Program to multiply two Numbers without using multiply operator
- C Program to Add two numbers without using Add (+) operator
- C Program to Subtract two numbers without using subtract (-) operator
Different Patterns
C Program of Pyramid
See More...
C program to print this triangle
C Program to print Pascal triangle
C program to print Floyd's triangle
C pattern program of stars and alphabets
Pattern of numbers(digits)
No comments:
Post a Comment