Vous êtes sur la page 1sur 6

1. Reverse a given nunber using recursion.

2. Reverse a given string using recursion.


3. C Program to Convert Octal Number to Binary Number.
4. C Program to printf given pattern.

**

***

****

*****

5. C Program to printf given pattern

*****

****

***

**

*
6. Program to print pyramid using numbers

232

34543

4567654

567898765

7. Inverted full pyramid using *

*********

*******

*****

***

*
8.print floowing pattern

* *

** **

*** ***

**** ****

***** *****

***** *****

**** ****

*** ***

** **

* *

9. Armstrong Number

10.Print Factors of a Number

11.Print first N Prime Numbers

12.Exponential without pow()

13. Fibonacci Series Program

14. Reverse an Array

15. Largest and Smallest Element in Array

16.Palindrome

17.Addition of matrix.

18.Multiplication of matrix.

19.check whether given matrix is symmetric or not.

20.transpose of a matrix.
21.LCM of Two Numbers

22.GCD of Two Numbers

23.program to find given year is leap year or not.

24. print the pattern

1
24
135
2468
13579

25. print the pattern

55555
45555
34555
23455
12345

26. print the pattern

5432*
543*1
54*21
5*321
*4321

27.Print greatest of four numbers without using arrays.

28. print the pattern

1
4 9 16
25 36 49 64 81
100 121 144 169 196 225 256
289 324 361 400 441 484 529 576 625

29. C Program to Find all Roots of a Quadratic Equation

30. Program to check whether given string is anagram or not.


31. Bubble sort C program

32.Insertion sort C program

33.Selection sort C program

34. Compare strings C program

35. Swap strings

36. Character's frequency

37. Sort a string

38. Delete vowels in a given string.

39. Linear search C program

40.Binary search C program

41. C program to convert decimal to binary

42. Normal and Trace of Square Matrix

43.Check Whether Number is Perfect Or Not

44. Check Whether Number is Strong Or Not

45. C program to Calculate (1) + (1+2) + (1+2+3) + (1+2+3+4) + ... + (1+2+3+4+...+n) series

46.C Program to print all the pythogorian triplets till the given number.

47. program to print the sum of series 1 + 1/2 + 1/3 + 1/4 + ... + 1/n. in c
programming

48. How to print numbers from 1 to N without using any semicolon in C.

49. Sort a set of strings in ascending alphabetical order

50.Program to convert string from upper case to lower case

51. Program to convert string from lower case to upper case

Vous aimerez peut-être aussi