Social Icons

C

Normal 

  1. C Program to print a message on screen
  2. C Program to calculate compound interest
  3. C Program to convert number of days into years,weeks and days 
  4. C Program that accepts marks in 5 subjects and gives average marks  
  5. C Program to raise a number x to a positive power n 
  6. C Program to print ASCII value of a character 
  7. C Program that accepts radius of a circle and print its area
  8. C Program to print size of different data types 
  9. C Program to convert fractional value to its nearest value

if/else
  1. C Program to swap two numbers without using third variable 
  2. C Program to check whether a given number is even or odd
  3. C Program to find greatest number among three numbers
  4. C Program to find whether a given year is a leep year or not 
  5. C Program to convert temperature from Fahrenheit to Celsius or Celsius to Fahrenheit
  6. C Program to find whether a given character is an alphabet,digit or any special character 
  7. C Program to calculate roots of quadratic equation ax^2+bx+c=0 

Loops 

  1. C Program to reverse any number
  2. C Program to check a number is prime or not 
  3. C Program to print first n natural numbers and their sum 
  4. C Program to print Fibonacci series
  5. C Program to find largest number in given Numbers
  6. C Program to calculate the factorial 
  7. C Program to check a given number is an Armstrong number or not 
  8. C Program check a number is palindrome or not
  9. C Program to find LCM and HCF of two numbers

Arrays
  1. C Program to insert an element in an array 
  2. C Program to add two matrices

Strings
  1. C Program to reverse a string
  2. C Program to print a string in alphabetical order 
  3. C Program to check whether given string is palindrome or not
  4. C Program to count number of words in a string 
  5. C Program to find length of a string
  6. C Program to read a string and generate a list of ASCII codes of each character
  7. C Program to concatenate two strings 
  8. C Program to copy a string
  9. C Program to reads a text and count occurrences of a particular word  


Other Logical Programs
  1. C Program to multiply two Numbers without using multiply operator
  2. C Program to Add two numbers without using Add (+) operator 
  3. C Program to Subtract two numbers without using subtract (-) operator



Different  Patterns  

C Program of Pyramid 

Print this pyramid using any spacial character or any character. 
See More...


     
     


C program to print this triangle

Program to print the triangle using star i do this by using for loop we can do this using any or the loop. See More..




C Program to print Pascal triangle 

C program to print Pascal triangle which you might have studied in Binomial Theorem in Mathematics. See More...






C program to print Floyd's triangle

Number of rows of Floyd's triangle is print and rows entered by the user.See More...







C pattern program of stars and alphabets

Creating a pattern involves how to use nested loops properly, some pattern may involve alphabets or other special characters.See More...





Pattern of numbers(digits)

See More..



















No comments:

Post a Comment