Monday, January 3, 2011

C Lab Programs




  1. Print series like 1 12 123 1234 12345 ..........
  2. Binary search
  3. Bubble sort
  4. Quick sort
  5. Insertion sort
  6. Merge sort
  7. Binary Tree-Preorder-Inorder-Postorder
  8. Linear search
  9. Queue Using Pointers
  10. Infix-Postfix Convertions
  11. Queue Using Arrays
  12. Stack operations using Arrays
  13. Stack operations using Pointers
  14. Inserting an item into a linked list
  15. Creation of Sorted list from a given list of numbers
  16. Doubly linked list Program
  17. Deleting an item from linked list
  18. Delete Characters from a given position in a given string
  19. Count the lines, words and characters in a given text
  20. Smallest-largest no's from 2 integers
  21. Insert a sub-string into given Main string from a given position
  22. Palindrome or not-given String
  23. Travelled Distance=ut+1/2at2
  24. Arithematic Operations using Switch stmt
  25. Matrices Add-Substraction
  26. Find GCD of 2 integers
  27. Solve Towers of Hanoi Problem
  28. Find Sum of Iindividual Digits
  29. Roots of a Quadratic Equation
  30. Factorial of a given integer
  31. Sum=1-x2/2! +x4/4!-x6/6!+x8/8!-x10/10!
  32. Print Fibonacci Sequence
  33. Print Prime Numbers
  34. Sum, Average and Standard Deviation using Functions and Pointers.
  35. Fibonacci Sequence using Recursion
  36. Factorial of a number using Recursion
  37. Product of Two Numbers using Function - Returns a Float
  38. Find String position in another String
  39. Generate Pascal's triangle
  40. Lagrange interpolation
  41. Implement Trapezoidal method
  42. Implement Simpson method.
  43. linear regression algorithm
  44. Newton- Gregory forward interpolation
  45. Reverse the File characters
  46. Create a linear linked list interactively
  47. Copies one file to another
  48. Complex numbers ADD/MUL
  49. Roman numeral to its decimal equivalent
  50. 1+x+x2+x3+.............+xn
  51. 2's complement of a binary number
  52. Construct a Pyramid of Numbers


Dont Miss Another Post Connect With Us !

Enter your email address:

0 comments: