You are on page 1of 4

C programs

Data structures Programs in c java programs

Here are c programs for learning

C Programs on Number logics


simple interest compound interest factorial number even or odd number perfect number prime number factors of integer prime factor armstrong or not armstrong numbers amicable numbers sum of n numbers average of n numbers largest of two largest of n LCM GCD numbers in word format pascal Triangle roots of quadriatic expression program to add subtract complex numbers program multipy complex numbers pyramid of numbers demical to binary demical to octal demical to hexadecimal sum of digits towers of hannoi palindrome number strong number biggest number of three numbers largest & smallest values in array possible combinations count digits in a number

possible permutations generate prime numbers result of power value program to reverse a number smallest number in array sum of Digits Floyds Triangle even or odd c program to swap numbers without temp

C programs examples on Functions


function with arguments no return value Function with arguments and return value Function with no arguments and return value function with no arguments and no return value

C programs examples on Matrices


c program to add of two matrices c program to multiply of two matrices transpose of matrix inverse of matrix lower triangle upper triangle sparse matrix c program to add sparse matrices c program to multiply sparse matrices

C programs examples on Macros


simple interest maximum and minimum values

C programs examples on Recursion


gcd of two numbers fibonacci numbers factorial of a number factorial series reverse of a number

C programs examples on Data Types


sizes of data types

C programs examples on Storage classes


automatic variable scope in c external variable scope in c static variable scope in c register variable scope in c

C programs examples on Structs & unions


c program to add delete modify employee data

C programs examples on Strings


program to reverse string - strrev program to reverse string - pointers program to reverse string - arrays string length - strlen string length - arrays string length- pointers program to concatinate strings - strCat program to concatinate strings - arrays status of a character program to convert string to lowercase program to convert string to uppercase program to convert string to uppercase program to convert string to lowercase program to check substring program to count vowels first occurance of character program to compare strings - arrays program to compare strings - pointers program to compare strings strcmp program to check palindrome string position of a substring string combinations acromatic string rain drop character

C programs examples on Files


c program to copy one file into another c program to write student records to file

C programs examples on Graphics


line styles fill styles font styles

Other c programs examples


learn to show escape operators in c

C Programs examples on Data structures


stacks programs, linked lists programs, queues programs, trees programs hashing programs, heaps programs, graphs programs searching programs sorting programs in c

You might also like