C Programs

1. Reverse a number.

2. Subtraction without '-' operator.

3. Print one to hundred without using loop.

4. Factorial of a number using recursion.

5. Prime number program in c using recursion.

6. C Program to find the size of double without using sizeof operator.

7. C Program for binary search.

8. C Program for linear search.

9. C Program to find the size of union without using sizeof operator.

10. C Program to find the size of structure without using sizeof operator.

11. C Program to find the size of int without using sizeof operator.

12. C Program for merge sort.

13. C Program for quick sort.

14. C Program for selection sort.

15. C Program for insertion sort.

16. C Program for bubble sort.

17. C Program to pass the multidimensional array to the function.

18. C program to pass the single dimensional array to the function.

19. C program to find largest and smallest number in an array.

20. C Program for insert an element at desired position in an array.

21. C program to find largest and smallest number in an array.

22. C program for insert an element at desired position in an array.

23. C program for delete an element at desired position in an array.

24. C program which deletes the duplicate element of an array.

25. C program to find out second smallest element of an unsorted array.

26. C program to find out largest element of an array.

27. C program to find out the sum of given A.P.

28. C program to find out the sum of given H.P.

29. C program to find out the sum of given G.P.

30. C program to find out the sum of series 1^3 + 2^3 + …. + n^3.

31. Sum of 1^2 + 2^2 + …. + n^2 series in c programming language.

32. C program to find out the sum of series 1 + 2 + …. + n.

33. C program for addition and subtraction of two complex numbers.

34. C program to find size and drive of any file.

35. C program to know last date of modification of any file.

36. C program to know permission of any file

37. C program to know type of file.

38. C program to find out size of any file.

39. C program which concatenate two file and write it third file.

40.C program which writes array in the file.

41. C program which reads string from file.

42. C program to copy a data of file to other file.

43. C program to open a file and write some text and close its.

44. C Program to print Upper triangular matrix.

45. C Program to print Lower triangular matrix.

46. C program to find inverse of a matrix.

47. C program to find out transport of a matrix.

48. C program to find out sum of diagonal element of a matrix.

49. C program for multiplication of two matrices.

50. C program for subtraction of two matrices.

51. C program for addition of two matrices.

52. C program to convert a string to ASCII.

53. String copy without using strcpy in C.

54. Compare two strings in c without using strcmp.

55. String concatenation in c without using strcat.

56. C program to convert the string from lower case to upper case.

57. C program to convert the string from upper case to lower case.

58. C program for unit conversion.

59. C program to convert currency or number in word.

60. C program to convert each digits of a number in words.

61. C program to convert roman number to decimal number.

62. C program to convert decimal number to roman.

63. C program for fractional decimal to binary fraction conversion.

64. C program fractional binary conversion from decimal.

65. C program for multiplication of two binary numbers.

66. C program for addition of binary numbers.

67. C program to convert binary number to hexadecimal number.

68. C program to convert binary number to decimal number.

69. C program to convert hexadecimal number to binary number.

70. C program to convert octal number to decimal number.

71. C program to convert octal number to binary number.

72. C program to convert decimal number to hexadecimal number.

73. C program to convert decimal number to octal number.

74. C program to convert decimal number to binary number.

75. C program to swap of two string.

76. C program for swapping of two arrays.

77. C program to swap two numbers without using third variable.

78. C program to find out G.C.D. of two numbers.

79. C program to find out H.C.F. of two numbers.

80. C program to find out L.C.M. of two numbers.

81. Reverse a number using recursion in C program.

82. C program for palindrome using recursion.

83. C program to reverse a string using recursion.

84. C program for fibonacci series using recursion.




Comments

Popular posts from this blog

8086 STRING MANIPULATION –FIND AND REPLACE A WORD

Animated Circles In C++

C program to find out the sum of series 1 + 2 + …. + n.