├── README.md ├── addition.c ├── basic-calculator.c ├── bmi.c ├── cube.c ├── days-to-month.c ├── division.c ├── feetToInches.c ├── greatest-num-among-3.c ├── hello-world.c ├── leap-year.c ├── length-of-a-string.c ├── multiplication-table.c ├── multiplication.c ├── odd-or-even.c ├── square-table-pro-v1.c ├── square.c ├── subtraction.c ├── swapping-without-3rd-var.c ├── swapping.c └── volume-of-cylinder.c /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/README.md -------------------------------------------------------------------------------- /addition.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/addition.c -------------------------------------------------------------------------------- /basic-calculator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/basic-calculator.c -------------------------------------------------------------------------------- /bmi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/bmi.c -------------------------------------------------------------------------------- /cube.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/cube.c -------------------------------------------------------------------------------- /days-to-month.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/days-to-month.c -------------------------------------------------------------------------------- /division.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/division.c -------------------------------------------------------------------------------- /feetToInches.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/feetToInches.c -------------------------------------------------------------------------------- /greatest-num-among-3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/greatest-num-among-3.c -------------------------------------------------------------------------------- /hello-world.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/hello-world.c -------------------------------------------------------------------------------- /leap-year.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/leap-year.c -------------------------------------------------------------------------------- /length-of-a-string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/length-of-a-string.c -------------------------------------------------------------------------------- /multiplication-table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/multiplication-table.c -------------------------------------------------------------------------------- /multiplication.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/multiplication.c -------------------------------------------------------------------------------- /odd-or-even.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/odd-or-even.c -------------------------------------------------------------------------------- /square-table-pro-v1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/square-table-pro-v1.c -------------------------------------------------------------------------------- /square.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/square.c -------------------------------------------------------------------------------- /subtraction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/subtraction.c -------------------------------------------------------------------------------- /swapping-without-3rd-var.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/swapping-without-3rd-var.c -------------------------------------------------------------------------------- /swapping.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/swapping.c -------------------------------------------------------------------------------- /volume-of-cylinder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutikkkkkkkkk/C/HEAD/volume-of-cylinder.c --------------------------------------------------------------------------------