Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 388 Bytes

File metadata and controls

12 lines (11 loc) · 388 Bytes

Basic C-Codes

  • Level : Absolute beginner in C language

List of file:

  1. Find G.C.D using Recursion method.
  2. Find a year is a leap year or not.
  3. List of leapyear between any two given year.
  4. Find given number prime number or not.
  5. Find Sum of the digits of given number using Recursion method.
  6. Swapping two given number.
  7. binary search.
  8. checking armstrong number